﻿#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	background: url(Menu-bg.jpg) 0px -104px repeat-x;
	width:100%;
	height:46px;
}
.m-bg-r
{
	background:	url(Menu-bg.jpg) no-repeat -12px -54px;
	width:6px;
}
.m-bg-l
{
	background:	url(Menu-bg.jpg) top left  no-repeat;
	width:6px;
}

#sddm li {
	list-style: none;
	font: bold 11px Tahoma;
	float:right;
	height: 46px;
	background:url(menu-bg.jpg) no-repeat bottom left;
	direction:rtl;
	width:105px;
}
#sddm li a {
	display: block;
	margin:0;
	padding-top:14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family:Tahoma;
	height:15px;
}
#sddm li a:hover {
	background:  url(M2imgMenuOn.gif) repeat-x;
	height:15px;
	font-family:Tahoma;
	}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin-top: 18px;
	padding: 0;
	background: #718f3a;
	border: 1px solid #9fb476;
	font: 11px Tahoma;
	font-weight:bold;
	width:195px;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	background: #718f3a;
	color: #fff;
	
}
#sddm div a:hover {
	background: #9fb476;
	color: #FFF;
	margin: 0;
	padding: 5px 10px;
}
