#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;
	text-transform:uppercase;
}

#sddm li a:hover
{
	background-image: url(../elements/menu_item.gif);
	color: #232020;
	background-repeat: no-repeat;
	background-position: left top;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 1000;
	width: 100px;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFC10D;
}

#sddm div a:hover
	{
	color: #000;
	text-decoration: underline;
	background-image:none;
}
#sddm .sep {
	padding-top: 5px;
	color: #CCC;
}
#sddm .sub {
	background-image: url(../imgs/main_elements/arrow_dwn.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sddm .sub:hover {

}
#sddm li a {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	width: 109px;
	height: 24px;
	line-height: 24px;
}
.nav {
	padding-left: 10px;
}
#sddm div a {
	height: 16px;
	line-height: 16px;
	color: #232020;
	text-transform:none;
}
#sddm div a {
	width: 110px;
}
