#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a 
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	
	background: #ffffff;
	color:Black;
	text-align: center;
	font-family:Arial;
	font-size:13px; 
	text-decoration: none;
	background-image:url(../images/nev_panel_pixel.jpg);
    background-repeat:repeat-x;
    background-position:100% 40%;
	}

#sddm li a:hover
{	
	background:#ffffff;
	color:#1b7397;	
	text-decoration:underline;background-image:url(../images/nev_panel_pixel.jpg);
    background-repeat:repeat-x;
    background-position:100% 40%;
}

#sddm div
{
    position: relative;
    visibility: hidden;
    padding: 0; /*background: #e4e0e0;*/
    background: #e4e0e0;
    margin: 0;
    top: 4px;
    
  
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #808080;
    border-left-color: #808080;
    border-left-width: 1px;
    border-left-style: solid;
}

	#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-decoration: none;
    background: #F8F8F8;
    color: #383838;
    font-family: Arial;
    font-size: 13px;
    text-align: right;
    font-weight: normal;
}

	#sddm div a:hover
	{	background: #bf2164;
		color: #ffffff;
		text-decoration:none;
		font-weight:bold;
	}
	.line
	{
		height:1px;
		background-color:#e4e0e0;
		border:none;
		font-size:0px;
				
	}
	.MenuDiv
	{
		width:1px!important; 
		height:23px!important;
		background-image:url(../images/menuDiv.gif); 
		background-repeat:no-repeat;
		
		float:left;
	}
