div.sdmenu {
	width: 165px;
	padding:0px 0px 0px 0px;
	background:url(../images/mainmenu_top.jpg) no-repeat 0 29px #FFD201;
}
div.sdmenu h3 	{
	background:url(../images/mainmenu_title.jpg) no-repeat top left #f0f0f0;
	display:block;
	height:28px;
	width:144px;
	font-size:14px;
	line-height:24px;
	vertical-align:middle;
	padding:10px 0px 0px 21px;
	font-weight:bold;
	color:#910000;
	margin:0px 0px 6px 0px;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu span.bottom {
	background:url(../images/mainmenu_bottom.jpg) no-repeat top left;
	height: 16px;
	
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 30px;
	background: url(../images/main_menu_line.gif) no-repeat 0px center;
	//* behavior: url(http://www.greenville.k12.sc.us/brysonm/testing/css/iepngfix.htc); *//
	line-height:18px;
	cursor: pointer;
	line-height:17px; 
	color:#1a1a1a; 
	font-size:10px; 
	font-weight:bold; 
	text-transform:uppercase; 
	text-decoration:none; 
}

div.sdmenu div.collapsed span {
	background: url(../images/main_menu_line.png) no-repeat 0px left center;
	line-height:18px;
}
div.sdmenu div a {
	padding: 3px 10px 3px 35px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
div.sdmenu div a.current {
	background : url(../images/arrow.gif) no-repeat 25px center;
	color: #000000;
	text-decoration: underline;
}
div.sdmenu div a.current:hover {
	background : url(../images/arrow.gif) no-repeat 25px center;
	color: #000000;
	text-decoration: underline;
}
div.sdmenu div a:hover {
	color: #333333;
	text-decoration: underline;
}
