div.sdmenu {
	width: 185px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(img/bottom2.gif) no-repeat  right bottom;
	color: #eee;
	margin-top: 54px;
}
div.sdmenu div {
	background: url(img/titlebar.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(img/toptitle3.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(img/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(img/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #369;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #366 url(img/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.sdmenu p 
{
	margin-top:0px;
	margin-bottom:0px;
}
div.sdmenu em{
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #eee;
	display: block;
	color: #369;

}
em.header 
{
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}
em.line 
{
	font-family:Arial,sans-serif;
	font-size:12px;
	font-style:normal;
}
