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

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px Century Gothic, Tahoma, Geneva, sans-serif;
}

#sddm li a
{	display: block;
	margin: 0 2px 0 0;
	background: transparent;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	padding: 0 10px;	
}

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

#sddm li a:hover
{	background: #99928C;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*background: #EAEBD8;*/
	/*border: 1px solid #5970B2*/
	z-index:100;
}

/*#sddm div a
{	background: #33B7B2;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px dotted #66C9C5;
	width:151px;
	height:35px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 13px;
	line-height:35px;
	
}*/

#sddm div a
{	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:36px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
	line-height:36px;
	
}

#sddm div a:hover
{	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:36px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
	line-height:36px;
	
}
		
#sddm div a.sub_top {
	background: transparent url(images/sub_middle_bg.png) top left no-repeat;
	border: none;
	width:158px;
	height:0px;
	display: none;
}

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