#sddm
{	margin: 0;
	padding: 0;
	z-index: 200}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 22px arial}

#sddm li a
{	display: block;
  font-family: 'Arial Narrow'; 
  font-size: 22px;
	margin: 0 0px 0 0;
	padding: 0px 0px;
	width: 135px;
	height: 25px;
	line-height: 25px;
	/**background: #5970B2;*/
	color: #769bad; 
  font-weight: bold;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	
  color: #76b9d9;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	/*border: 1px solid #5970B2*/}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 0px 0px;
		width: 135px;
		overflow: hidden;
		height: 29px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		/*background: #EAEBD8;*/
		color: #769bad;
		font-family: 'Arial Narrow'; 
		font-size: 14px;
    line-height: 29px;
    border: solid 1px #a8bbc5;
    border-bottom-width: 0px; 
    font-weight: normal;
    /*background-image: url('../img/submenu.png');*/
    }

	#sddm div a:hover
	{	
		color: #76b9d9;
  }
