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

#sddm li {
	margin: 0;
	list-style: none;
	float: left;
	font: bold 14px tahoma
}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	width: 130px;
	height: 20px;
	background: url('../../../img/layout/bgNav2.jpg') top center repeat-y;
	color: #363d48;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover { background: url('../../../img/layout/bgRightRight.jpg') top center repeat-y; color: #363d48; }

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: url('../../../img/layout/bgRightRight2.jpg') top center repeat-y;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 130px;
	height: 15px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: url('../../../img/layout/bgRightRight.jpg') top center repeat-y;
	color: #363d48;
	font: 11px tahoma
}

#sddm div a:hover {	
	background: url('../../../img/layout/bgRightRightH.jpg') top center repeat-y;
	color: #363d48;
}