

div.sdmenu {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	color: #0166ae;
	line-height:1.8em;
}
div.sdmenu div {
	overflow: hidden;
	background:url(../images/ge3.gif) no-repeat center 32px;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 35px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color:#078c00;
	cursor: hand;
	background: url(../images/bullet_08.gif) no-repeat 5px center;
	filter: Glow(Color=#ffffff, Strength=1);
	color:#078c00;
	height:32px;
	line-height:32px;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	color: #078c00;
	font-size:12px;
	line-height:1.8em;
	display:block;
	padding-left:30px;
}
div.sdmenu div a.current {
}
div.sdmenu div a:hover {
	color: #ea6300;
	text-decoration: none;
}

