

#nav  {	
	width: 600px;
	float: left;	
	list-style-type: none; /*	line-height: 1;	font-weight: bold;*/	
	padding: 0px 0px 0px 0px;	z-index: 100;	margin: 0px;
}

/* polozky druha uroven */
#nav ul {		
	float: left;
	list-style: none; 	line-height: 1; 
	font-weight: bold;	padding: 4px;	/*position: relative; left: -10px;*/
	margin: 0px 0px 0px 20px;
	z-index: 100; margin-top: 0px;
}
                        
div.mn_background {     
    width: 102px; height: 30px; /*background: url(../img/menu_akt_bg.png) 0 -7px no-repeat;*/
}

div.box_background {
     background-color: #35383C;
     height: 100%; width: 100%;  
     filter: alpha(opacity=90); -moz-opacity:0.9; opacity:0.9;          
     position: absolute; left: 0px;top: 0px;    z-index: -20;
}

.vodo_oddel { float: left; position: relative; top: 9px;}

/*table.sel { width: 102px; height: 37px; background: url(../img/menu_akt_bg.png) 0 0 no-repeat; }*/

ul.sel {	 }

table.sel td { height: 29px; overflow: hidden; }


/* tlacitko hlavni nabidky */

#nav a.topm_item, #nav a.topm_itemsel {
	margin-right: 3px;
}

#nav a.topm_item {
	display: block; text-align: center;	/*width: 80px;*/	height: 19px; padding: 6px 12px 2px 12px;
	/*font-family: Trebuchet MS;*/ font-size: 13px;	 font-weight: bold;		color: #CCCCCC; text-decoration: none;	
  background-color: rgba(50,50,50,0.7);  }
	
#nav a.topm_item:hover { /*width: 150px;*/	height: 19px; font-weight: bold;	color: #FFFFFF; 	text-decoration: underline;	}

#nav a.topm_itemsel {
	/*position: relative; top: -29px;*/
	display: block; text-align: center;	/*width: 80px;*/	height: 19px; padding: 6px 12px 2px 12px;
	 font-size: 13px;	 font-weight: bold;		color: #FFFFFF; text-decoration: none;	  background-color: rgba(50,50,50,0.7); }
	
#nav a.topm_itemsel:hover { /*width: 150px;*/	height: 19px; font-weight: bold;	color: #FFFFFF; 	text-decoration: underline;	}


/* polozky druha uroven */
#nav a.sub_item {
    display: block; 	color: #FFFFFF; /*font-family: Trebuchet MS;*/ font-size: 12px;	 font-weight: bold;	 text-decoration: none;
	margin:  0px 2px 0px 2px;		
}
#nav a.sub_item:hover {
	display: block;	font-weight: bold;	color: #FFFFFF; text-decoration: underline; 
}


/* polozka */
#nav li {		float: left;padding: 0;	 }

#nav li ul {
	position: absolute; 	left: -999em;	height: auto;
	border-width: 0px;	padding-bottom: 10px;  
}

#nav li li {	float: none;	/*width: 200px;*/ }

/* podpolozka */
#nav li ul ul {	width: 150px; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; z-index: 100;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto; z-index: 100;
}

/* podbarveni tlacitka hlavni nabidky - musi tu byt , jinak nefunguje v IE*/
#nav li:hover, #nav li.sfhover {
	background: Transparent;
}

/*--------------------------------------------*/




  
