div.sdmenu {
	width: 270px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background:url(../images/menu/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(../images/menu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/menu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 50px;
}
div.sdmenu div span {
	display: block;
	padding: 2px 20px ;

	font-weight: bold;
	color: white;
	background-color: #152c73;
	border-top: white;
	border-color: white;
	/*background: url(../images/menu/expanded.gif) no-repeat 10px center;*/
	cursor: default;
	border-bottom: 10px solid #152c73;
	border-top: 10px solid #152c73;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/menu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #dce4ed;
	display: block;
	border-bottom: 1px solid #c5d8ed;
	color: #152c73;
	text-decoration:none;
}
div.sdmenu div a.current {
	background : #88acce;
	
}
div.sdmenu div a:hover {
	background : #235b98 url(../images/menu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}