/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:900px; 
font-size:0.85em;
position:relative;
z-index:100;
padding: 0px;
margin: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:180px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
	width: 169px;
	height: 30px;
	border: 0px solid White;
	border-width: 1px 1px 0 0;
	background: #FAA61A; /* #FAA61A; /* #F5851F;   */
	background-image: url(img/menu-kochzluta.png); /* url(img/menu-aquamodra.png);  menu-orange  menu-kochmodra */
	padding-left: 10px;
	line-height: 29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:180px;
w\idth:169px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #FD7D37 url(img/drop.png) no-repeat bottom right; /* #F5851F */
	font-weight: normal;
	padding: 15px 10px 15px 10px;
	width: 300px;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #034EA2 url(img/drop.png) no-repeat bottom right;
	font-weight: normal;	
	font-size: 14px;
}
.menu ul ul :hover > a.drop {
	background:#034EA2 url(img/drop.png) bottom right no-repeat;
	font-weight: normal;	
	font-size: 14px;
}

/* style the second level background */
.menu ul ul a.dropmenu1, .menu ul ul a.dropmenu1:visited {
	background: #F68B1E url(img/drop.png) no-repeat bottom right; /* #F5851F */
	font-weight: normal;
	padding: 15px 10px 15px 10px;
	width: 300px;
}
/* style the second level hover */
.menu ul ul a.dropmenu1:hover{
	background: #034EA2 url(img/drop.png) no-repeat bottom right;
	font-weight: normal;	
	font-size: 14px;
}
.menu ul ul :hover > a.dropmenu1 {
	background:#034EA2 url(img/drop.png) bottom right no-repeat;
	font-weight: normal;	
	font-size: 14px;
}

/* style the second level background */
.menu ul ul a.dropmenu2, .menu ul ul a.dropmenu2:visited {
	background: #0098D1 url(img/drop.png) no-repeat bottom right; /* #F5851F */
	font-weight: normal;
	padding: 15px 10px 15px 10px;
	width: 300px;
}
/* style the second level hover */
.menu ul ul a.dropmenu2:hover{
	background: #034EA2 url(img/drop.png) no-repeat bottom right;
	font-weight: normal;	
	font-size: 14px;
}
.menu ul ul :hover > a.dropmenu2 {
	background:#034EA2 url(img/drop.png) bottom right no-repeat;
	font-weight: normal;	
	font-size: 14px;
}

/* style the second level background */
.menu ul ul a.dropmenu3, .menu ul ul a.dropmenu3:visited {
	background: #ED1C24 url(img/drop.png) no-repeat bottom right; /* #F5851F */
	font-weight: normal;
	padding: 15px 10px 15px 10px;
	width: 300px;
}
/* style the second level hover */
.menu ul ul a.dropmenu3:hover{
	background: #034EA2 url(img/drop.png) no-repeat bottom right;
	font-weight: normal;	
	font-size: 14px;
}
.menu ul ul :hover > a.dropmenu3 {
	background:#034EA2 url(img/drop.png) bottom right no-repeat;
	font-weight: normal;	
	font-size: 14px;
}

/* style the second level background */
.menu ul ul a.dropmenu4, .menu ul ul a.dropmenu4:visited {
	background: #FFF56C url(img/drop.png) no-repeat bottom right; /* #F5851F */
	font-weight: normal;
	padding: 15px 10px 15px 10px;
	width: 300px;
}
/* style the second level hover */
.menu ul ul a.dropmenu4:hover{
	background: #034EA2 url(img/drop.png) no-repeat bottom right;
	font-weight: normal;	
	font-size: 14px;
}
.menu ul ul :hover > a.dropmenu4 {
	background:#034EA2 url(img/drop.png) bottom right no-repeat;
	font-weight: normal;	
	font-size: 14px;
}/* style the second level background */
.menu ul ul a.dropmenu5, .menu ul ul a.dropmenu5:visited {
	background: #8554A2 url(img/drop.png) no-repeat bottom right; /* #F5851F */
	font-weight: normal;
	padding: 15px 10px 15px 10px;
	width: 300px;
}
/* style the second level hover */
.menu ul ul a.dropmenu5:hover{
	background: #034EA2 url(img/drop.png) no-repeat bottom right;
	font-weight: normal;	
	font-size: 14px;
}
.menu ul ul :hover > a.dropmenu5 {
	background:#034EA2 url(img/drop.png) bottom right no-repeat;
	font-weight: normal;	
	font-size: 14px;
}






/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #F4A460;
	font-weight: normal;	
	width: 300px;
	padding: 15px 10px 15px 10px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#034EA2;
	font-weight: normal;	
	font-size: 14px;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:200px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:40px;
t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:320px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-00px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:  #F5851F;  /* PODKLAD */
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 179px;
	font-size: 14px; /* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:200px;
w\idth:179px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFFFFF; 
	background:#034EA2;
	background-image: url(img/menu-kochmodra.png);
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFFFFF;
	background:#034EA2;
	background-image: url(img/menu-kochmodra.png); /* url(img/menu-orange.png); */
}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


a .menu1 { background-color: #F68B1E; }
a .menu2 { background-color: #0098D1; }
.menu3 a { background-color: #ED1C24; }
.menu4 { background-color: #FFF56C; }
.menu5 { background-color: #8554A2; }






