#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	}
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
	}
#sddm li a
{
	display: block;
	margin: 0 10px;
	margin-top:3px;
	padding: 8px 10px;
	width: 100px;
	color: #2f7ace;
	text-align: center;
	text-decoration: none;
	background-image: url(images/graymenuline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Tahoma;
	font-size: 11px;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
}

*html #sddm li a{
	overflow: hidden;
}

/**:first-child+html #sddm li a{
    margin: 0;
	margin: 0 19px;
	margin-top:2px;
	zoom:1;
}
*/
#sddm li a:hover
{
	background-image: url(images/bluemenuline.gif);
}
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-left:10px;
	padding: 0;
	background-image: url(images/submenufon.png);
}
/* *html #sddm div{
margin: 0;
padding:0;
margin-left:19px;
padding-left:19px;
} */
/**:first-child+html #sddm div{
margin: 0;
padding:0;
margin-left:19px;
padding-left:19px;
}*/
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 7px 10px;
	width:auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(images/submenufon.png);
	font-weight: normal;
	text-transform: none;
}


#sddm div a:hover{
		background: #c4cbd3;
		}
