#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {
	margin: 0;
	margin-top: 17px;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	float: left;
	height:25px;
}

#sddm li h1
{
	padding:0px;
	margin:0px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#sddm li a
{
	padding-left:9px;
	padding-right:1px;
	display: block;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-image: url(menu_elo.jpg);*/
	background-repeat: no-repeat;
	background-position: left center;
}

#sddm li a:hover
{
	color: #D1DAF8;
	/*background-image: url(menu_elo_r.jpg);*/
}

#sddm .legordulo
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	margin-top: 5px;

	z-index: 10;
	width: auto;
	filter:alpha(opacity=84);
	-moz-opacity:0.84;
	opacity: 0.84;
}

#sddm .top {
	/* background-image: url(legordul_bg_top.gif);*/
	/*background-color: #244462;*/
	background-color:#244462;
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	width: auto;
	font-size: 1px;
	line-height: 1px;
}
#sddm .down {
	/*background-image: url(legordul_bg_down.gif);
	background-position: right;
	background-repeat:no-repeat;*/
 	background-color: #244462;
	height: 11px;
	width:auto;
	font-size: 1px;
	line-height: 1px;
}
#sddm .down_left {
	/*background-image: url(legordul_bg_down.gif);*/
	background-color: #244462;
	background-position: left;
	background-repeat:no-repeat;
 	background-color: transparent;
	height: 11px;
	width: 7px;
	font-size: 1px;
	line-height: 1px;
	float:left;
}
#sddm .down_right {
	/*background-image: url(legordul_bg_down.gif);*/
	background-color: #244462;
	background-position: right;
	background-repeat:no-repeat;
	height: 11px;
	width: 7px;
	font-size: 1px;
	line-height: 1px;
	float:left;
}


#sddm .work {
 	/*background-color: #2f3100;*/
	background-color: #244462;
}
#sddm .work h1
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		display:inline;
	}

	#sddm .work a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		background: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
	}

	#sddm .work a:hover
	{
		background: none;
		/*color: #deff00;*/
		color:#8FBEF8;
	}

