﻿#sddm {
	margin: 0;
	z-index: 30;
	background: url(menu-b.gif) repeat-x;
	width:100%;
	height:43px;
	padding:0;
}
#sddm table {
	padding-left:0px;
	padding-right:5px;
	list-style: none;
	font: bold 11px Tahoma;
	float:right;
	direction:rtl;
}
.menu-l
{
	background:url(menu_left.gif) no-repeat ;
	width:5px;
	height:34px;
}
.menu-c
{
	background:url(menu_center.gif) repeat-x ;
	height:34px;
}
.menu-r
{
	background:url(menu_right.gif) no-repeat ;
	width:10px;
	height:34px;
}
.current .menu-l
{
	background:url(menu_active_left.gif) no-repeat right ;
	width:14px;
	height:42px;
}
.current .menu-c
{
	background:url(menu_active_center.gif) repeat-x ;
	height:42px;
}
.current .menu-r
{
	background:url(menu_active_right.gif) no-repeat ;
	width:22px;
	height:42px;
}
#sddm .current td a
{
	display: block;
	margin:0;
	padding-top:0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-family:Tahoma;
	height:15px;
	
}
#sddm table a {
	display: block;
	margin:0;
	padding-top:7px;
	color: #999999;
	text-align: center;
	text-decoration: none;
	font-family:Tahoma;
	height:15px;
	margin-right:2px;
}
#sddm table a:hover {
	height:15px;
	font-family:Tahoma;
	}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #dedede;
	border: 1px solid #939393;
	font: 11px Tahoma;
	width:175px;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	background: #dedede;
	color: #447bf1;
	font-weight: bold;
	
}
#sddm div a:hover {
	background: #7dadff;
	color: #008596;
	margin: 0;
	padding: 5px 10px;
}
#sddm .current td .curren a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	background: #dedede;
	color: #447bf1;
	font-weight: bold;
	
}
#sddm .current td .curren a:hover {
	background: #7dadff;
	color: #008596;
	margin: 0;
	padding: 5px 10px;
}

