@charset "utf-8";
/* CSS Document */

*html body#faqmenuframe	{
	margin:3px;
	position: relative;
	}

div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #000;
}
* html div.sdmenu	{
	margin: 0px;
	padding: 0px;
	width: 200px;
	clear: both;
	position: absolute;
	right: 0px; 
	top: 0px;
	}
div.sdmenu div {
	background: url(../images/faqon.gif) repeat-x;
	overflow: hidden;
	color: #666666;
}
div.sdmenu div:first-child {
	background: url(../images/faqon.gif) no-repeat;
}
div.sdmenu div.collapsed {
	background: url(../images/faqoff.gif) repeat-x;
	height: 32px;
	color: gray;
}
div.sdmenu div span {
	display: block;
	padding: 7px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/faqon.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(faq/faqoff.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #333 no-repeat right center;
	color: #fff;
	text-decoration: none;
}
span.a1	{
	display: block;
	}
span.a1:hover	{
	cursor: help;
	}

