﻿
#menu{
position:relative;
width:650px;
float: right;
margin: -25px 0 0 0;
}


#sddm
{	margin: 0;
	padding: 0;
	/*background: url(../images/menu-back1.jpg) repeat-x;*/
	width:650px;
	}
	
	
#sddm ul
{	
	/*background: url(../images/menu-back1.jpg) repeat-x;*/
}

#sddm li
{	margin: 0 1px;
	padding: 0 1px;
	list-style: none;
	float: left;
	}

#sddm li a
{	display: block;
	width: 100%;
	margin:0 10px 0 0;
	padding-top:7px;
	padding-bottom:7px;
	/*background: url(../images/menu-back1.jpg);*/
	color: #6b8083;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	
	}

#sddm li a:hover
{	color: #7f9454;
text-decoration:none;
border-bottom:solid 2px #7f9454;

}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #e5eecf;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #e5eecf;
		color: #6b8083;
		font: 12px arial;}

	#sddm div a:hover
	{	/*background: #c6d69e;*/
		color: #000}


#login{
position:relative;
width:80px;
margin-left:820px;
margin-top:5px;
}


#login a{
color:#000;
}

#login a:hover{
color:#1e3d02;
}

.disabled-menu-option {
   cursor: url('/images/ban.png'), auto;
}