.menu{
	background-image: url('../images/ButtonMainEndCenter.PNG');
	background-repeat: repeat;
	background-position: left top;
}


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

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;	
	background-image: url('../images/ButtonMainRightDelimiter.PNG');
	background-repeat: repeat;
	background-position: right top;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #A9C2D6;
	height: 36px;
	background-image: url('../images/ButtonMainCenter.PNG');
	background-repeat: repeat;
	background-position: left top;
	/*color: #F1F8FE;*/
	color: #0370AC;
	text-align: center;
	font-size : 14px;
	text-decoration: none}

#sddm li a:hover
{	/*background: #07427A*/}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #07427A;
	border: 1px solid #5970B2;
	width: 	inherit;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	/*width: inherit;*/
	width: 135px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #07427A;
	/*color: #F1F8FE;*/
	color: #C9DEEF;
	font-family : Verdana,Arial;
	font-size : 11px;
	font-weight : normal;
}

#sddm div a:hover
{	background: #0370AC;
	color: #F1F8FE;
	/*width: inherit;*/
}