#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	width: 960px;
	text-align: center;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: "Geneva", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.menu_align {
	/*position: relative;
	top: 10px;
	height: 5px;
	padding: 0px;*/
	/*padding-top: 13px !important;
	height: 20px !important;*/
	line-height: 3em;
}

#sddm li a
{	display: block;
	margin: 0;
	padding: 6px 22px 2px;
	height: 38px;
	background: #48554f;
	border: 0px;
	border-right-width: 0px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	}

#sddm li a:hover, .menu_hover
{	background: #343e39;
	color: #ffffff;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #c8c7c7;
	border-top: none;
	z-index: 10000;
	}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	height: 20px;
	padding: 5px 10px 0px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	border-width: 0px;
	color: #000000;
	background: #ffffff;
	width: 160px;
}

#sddm div a:hover
{
	background: #cccccc;
	color: #000000;
}