#sddm {	
	margin: 2 0 0 0;
	padding: 0;
	z-index: 30;
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px Arial;
}

#sddm li a {	
	display: block;
	margin: 0 0 0 0;
	background: transparent;
	color: #FFF;
	text-align: center;
	text-decoration: none;	
}

#sddm li a.nop {	
	display: block;
	margin: 0 0 0 0;
	background: transparent;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {	
	background: #85B934;
}

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index:100;
}


#sddm div a {	
	background: transparent url(images/sub_middle_bg_hover.png) top left no-repeat;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	width:158px;
	height:30px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 11px;
	line-height:30px;
	z-index:100;
	
}

#sddm div a:hover {	
	background: transparent url(images/sub_middle_bg.png) top left no-repeat;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	width:158px;
	height:30px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 11px;
	line-height:30px;
	
}
		
#sddm div a.sub_top {
	background: transparent url(images/sub_top_bg.png) top left no-repeat;
	border: none;
	position: relative;
	display: block;
	width:158px;
	height:13px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
	font-size: 0px;
	line-height:0px;
}

#sddm div a.sub_bottom {
	background: transparent url(images/sub_bottom_bg.png) top left no-repeat;
	border: none;
	width:158px;
	height:22px;
}