div.sdmenu {
	width:100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/*background: url(bottom.gif) no-repeat  right bottom;*/
	color: #003399;
	
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/

	overflow: hidden;
	margin:5px 0px;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 20px;
}
div.sdmenu div span {
     padding-right: 12px;
	 font-size: 15px;
	 width:100%;
	
	 border-bottom:1px dotted #f99c1c;
	 font-weight: bold;
	 margin:0px 3px 0px 0px;
	 background: url(../img/list_square.gif) no-repeat 100% 50%;
	
	/*background: url(expanded.gif) no-repeat 10px center;*/
	cursor: pointer;

}
div.sdmenu div.collapsed span {
	 padding-right: 12px;
	 font-size: 15px;
	 
	 border-bottom:1px dotted #f99c1c;
	 font-weight: bold;
	 margin:0px 3px 0px 0px;
	 background: url(../img/list_square.gif) no-repeat 100% 50%;
}
div.sdmenu div a {
	padding: 3px 5px;
	margin-top:2px;
	display: block;
	text-decoration:none;
	color: #0033BB;
	display: block;
	
	text-decoration: none;
	font-weight:bold;
	height: 1.5em;

    text-transform: capitalize;
}
div.sdmenu div a.current {
	
	text-decoration:underline;
	color: #f99c1c;
}
div.sdmenu div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	text-decoration:none;
	color: #f99c1c;

}
