﻿div.sdmenu {
	width: 200px;
	height:auto;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 30px;
	background: url("../images/bottom.gif") no-repeat  right bottom;
	color:black 
}
div.sdmenu div {
    
	background: url("../images/title.gif") repeat-x;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
    font-weight: bold;
    color:black;
    overflow: hidden;
   
}



div.sdmenu div:first-child {
	background: url("../images/toptitle.gif") repeat-x;
}
div.sdmenu div.collapsed {
	height: 45px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: black;
	background: url("../images/expanded.gif") no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url("../images/collapsed.gif");
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #8CC63F;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000000;
	font-weight: bold;
	font-size: medium;

}
div.sdmenu div a.current {
	background: #000000;
	font-weight: bold;
	color: #8CC63F;
	font-style: italic;
	font-size: large;
}
div.sdmenu div a:hover {
	background : #817C00 url("../images/linkarrow.gif") no-repeat right center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}












