#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}

#sddm li a
{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}

#sddm li a:hover
{	background: #456024;
color:#FFF;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 1000;
	background-color: #6C973A;
	width: 200px;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #456024;
	font-weight: bold;
	font-size: 12px;
}

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #6C973A;
}
#sddm .sep {
	padding-top: 5px;
	color: #CCC;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
#sddm .sub {
	padding-right: 14px;
	background-image: url(../imgs/main_elements/arrow_dwn.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sddm .sub:hover {
	background-image: url(../imgs/main_elements/arrow_dwn_over.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sddm .mainhm {
	font-weight: bold;
}
.mainhm .subhm a {
	font-weight: normal;
}
