﻿#sddm
{	margin: 0;
    padding: 0;
	z-index: 30
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: 10px tahoma;
    wi dth: 100px;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	width: 100px;
	background-image: url('images/btnBack.jpg');
	color: #ffffff;
	line-height:30px;
	text-decoration: none;
}

#sddm li a:hover
{	background-image: url('images/btnOverBack.jpg');
    line-height:27px;
}

#sddm div
{	
    width:130px;
    position: absolute;
    visibility: hidden;
	margin: 0px -50px;
	padding: 0;
	background: #DDDCD9;
	line-height:30px;
	border: 1px solid #CCCAC4
}

#sddm div a
{	
    width:130px;
    position: relative;
	display: block;
	margin: 0;
	padding: 0px 10px;
	width:130;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	background: #DDDCD9;
	color: #2A2A2A;
	font: 10px tahoma;
	line-height:30px;
}

#sddm div a:hover
{	
   width:130px;
   background: #CCCAC4;
   color: #2A2A2A;
   line-height:30px;
   text-align: right;
}

