﻿div.sdmenu {
	width: 204px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 5px;
	background: url(bottom_green.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div { /*main buttons*/
	background: url(title.gif) repeat-x;
	overflow: hidden;
} 

div.sdmenu div:first-child { /*first button*/
	background: url(toptitle_195.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 30px;
}

div.sdmenu div span {
	/*text in main buttons*/
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #9FE103;
	background: url(expanded_arrow_green.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px #000000 solid;
}

div.sdmenu div.collapsed span {
	background-image: url(collapsed_arrow_green.gif);
}

div.sdmenu div a {
	/*submenus*/
	padding: 7px 10px;
	background: #9fe103;
	display: block;
	border-bottom: 1px #000000 solid;
	color: #3333CC;
	font-weight:normal;

}

div.sdmenu div a.current {
	background : #ccc;
}

div.sdmenu div a:hover {
	color: #000000;
	text-decoration: none;
}


