div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	padding-bottom: 0px;
	color: #013A3E;
	margin:0 auto;
}
div.sdmenu div {
	background: url(class_11.jpg) repeat-x;
	overflow: hidden;
	margin-bottom:2px;
	width: 180px;
}
div.sdmenu div:first-child {
	background: url(class_11.jpg) no-repeat;
	width: 180px;
}
div.sdmenu div.collapsed {
	height: 32px;
	width: 180px;
}
div.sdmenu div span {
	display: block;
	padding-left: 28px;
	font-weight: bold;
	color: 013A3E;
	cursor: default;
	line-height:32px;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed---.gif);
}
div.sdmenu div a {
	margin:0 auto;
	width:177px;
	height:27px;		
	line-height:25px;
	padding: 0px 27px;
	background: #fff;
	display: block;
	border-bottom:#D9DFE8 solid 1px;
	color: #013A3E;	
}
div.sdmenu div a.current {
	background : #FFF;
}
div.sdmenu div a:hover {
	background : #ccc url(linkarrow.gif) no-repeat right center;
	color: #013A3E;
	text-decoration: none;
}
div.sdmenu2 div {
	background: url(class_11.jpg) repeat-x;
	overflow: hidden;
	margin-bottom:2px;
	width: 180px;
}


div.sdmenu2 div span {
	display: block;
	padding-left: 30px;
	font-weight: bold;
	color: 013A3E;
	cursor: default;
	line-height:32px;
}