div.sdmenu {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
}
div.sdmenu div 
{
	background: url(bg_menu_far.jpg) no-repeat ;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(bg_menu_far.jpg) no-repeat;
}
div.sdmenu div.collapsed {
	height: 35px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	cursor: default;
	height: 35px;
	color:#00894E;
	padding-left:30px;
	padding-top:5px;
	font-size:14px;
}
div.sdmenu div.collapsed span {
}
div.sdmenu div a {
	display: block;
	color: #FF0000;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	background: url(bg_menucon.jpg) no-repeat;
	height:42px;
	text-align:right;
	padding-right:15px;
	padding-top:12px;
}
div.sdmenu div a.current {
	font-weight:bold;
	color: #00894E;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background: url(bg_menucon.jpg) no-repeat;
	height:42px;
	color: #FF0000;
	text-decoration:underline;
}