﻿div.sdmenu {
	width: 248px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 1px; border: solid 1px gray;
}
div.sdmenu div {
	background-color:#047fab;
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(../images/toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 30px;
}
div.sdmenu div span {
	display: block;
	padding: 7px 25px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	background: url(../images/expand.jpg) no-repeat 10px center;
	cursor: default;
	border: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/bullef.gif);
}
div.sdmenu div a {
	padding: 5px 5px 5px 20px;
	background: #eee;
	display: block;
	clear: both;
	border-bottom: 1px solid #ddd;
	color: #047fab;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #047fab url(../images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
