div.sdmenu {
	width: 100%;
	font-family: Arial, sans-serif;
	color: #fff;
	cursor: hand;
}
div.sdmenu div {
	background: url(images/top_section_middle.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	text-indent:15px;
	padding:6px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 7px center;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
	background-position: 10px;	
}
div.sdmenu div a.top_section{
	color: #F6B013;
	display: block;
	text-decoration: none;
	font-size: 0.7em;
}
div.sdmenu div a.sub_section{
	font-size: 0.7em;
	color: #cccccc;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	text-indent: 13px;
	display: block;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
div.sdmenu div a.sub_section:hover{
	background-color: #585858;
}
