#menu-2 {
     height: 42px;
     padding-left: 7px;
}



table#nav {
	padding: 0;
	margin: 0;
	color: #979797;
	border-left: 0px;
	height: 32px;
	white-space: nowrap;
	Z-INDEX: 200;
}

table#nav td {
	margin: 0;
	padding: 0;
     color: #638700;
	font-family: tahoma;
	font-size: 11px;	
	height: 32px;	

	/*line-height: 14px;	*/
     /*letter-spacing: -0.5px; */
}

/*nastavenie hlavneho menu*/
#nav td a, #nav td a:link {
	display: block;
	padding: 7px 13px 7px 13px;
	
	text-decoration: none;
	/*font-family: Arial Rounded, Arial,Verdana,Helvetica;*/
	font-family: tahoma,Helvetica;
	font-size: 11px;
	color: #638700;
	color: #3D405F;
	font-weight: bold;
	text-transform: uppercase;
/*     background: red;*/
}


#nav ul a {
     height: 18px;
     padding: 0px;
     
}
/*
#nav a.active:link, #nav a.active, #nav a.active:hover  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 11px;
	border: 0px;
	height: 18px;
} 
*/

#nav td:hover {
	text-decoration: none;
	
}
#nav td:hover a {
	text-decoration: underline;
     color: black;
}

/* Fix IE. Hide from IE Mac \*/
/*
* html table#nav td { float: left; height: 30; }
* html table#nav td a { height: 30; }
* html #nav td ul li { float: left; }
*/
/* End */








/*-------------------------------------------------------------------------PRVE SIROKE*/
#nav td ul.c0 {
	-moz-opacity: 0.92;
	FILTER: alpha(opacity=92);

	display: none;
	position: absolute;
	
	/* Hide from IE Mac \*/
	top: 213px;
	top: 255px !important;
	/* End */
	
	list-style-type: none;
	margin: 0;
	margin-left: 1px;
	padding: 0px;
	width: 210px;
	width: 240px;
	/*border-top: 3px solid #ff0000;*/
	z-index: 200;
	list-style-image: none;
	
	border-top: 3px solid #ffffff;
	border-bottom: 5px solid #ee0000;
	border-bottom: 5px solid #5C799F;
}

#nav td ul.c0 li.c0 {
	margin: 0;
	padding: 0;
	width: 210px;
	width: 240px;
	clear: both;

}
		
#nav td ul.c0 li.c0 a { 
	padding: 5px 12px 1px 20px;	
     background: url('../images/_cesta_bodka.gif') no-repeat 10px 9px #F5F3E7;
/*     background: url('../images/_cesta_bodka.gif') no-repeat 10px 9px #B5D8FF;     */
     
     
	margin: 0;
	display: block;
	border: 0;


     border-bottom: 1px solid #ffffff;

	/*font-family: Arial Rounded, Arial,Verdana,Helvetica;*/
	font-family: Verdana,Helvetica;
	font-size: 11px;
	text-decoration: none !important;
	
	color: #666666;
  
} /* Sub Menu Styles */
#nav td ul.c0 li.c0 a:hover {
	
	background-color: #A1C5EE;
	background: url('../images/_cesta_bodka_black.gif') no-repeat 10px 9px #A1C5EE;

	/*font-family: Arial Rounded, Arial,Verdana,Helvetica;*/
	font-family: Verdana,Helvetica;
	font-size: 11px;
	text-decoration: underline !important;
	
	color: black;
}

	
#nav td:hover ul.c0, #nav td.over ul.c0 { display: block; } /* The magic */





/* .SEL */
#nav td .sel {
     color: black;
     text-decoration: underline !important;
     font-weight: bold;
}
#nav td ul.c0 li.c0 .sel {
     color: black;
     text-decoration: underline !important;
     font-weight: bold;
}
