/* ================================================================ 
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 {
clear:both;
width:601px;
height:48px;
padding-left:202px;
font-family: Arial, Helvetica, sans-serif;
background-color:#c3161c;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
position:relative;
display:block;
z-index:100;
}


/* =================================================================================== */

/* li.105 */
.menu li.stopet {
width:120px;
background-image:url(../img/meni_razdelnik.gif);
background-position: right center;
background-repeat:no-repeat;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu li.stopet, * html .menu li.stopet:visited {
width:120px;
w\idth:119px;
}
/* li.105 */
.menu li.sto5 {
width:120px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu li.sto5, * html .menu li.sto5:visited {
width:120px;
w\idth:119px;
}
/* li.104 */
.menu li.sto4 {
width:120px;
background-image:url(../img/4.jpg);
background-position: right center;
background-repeat:no-repeat;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu li.sto4, * html .menu li.sto4:visited {
width:120px;
w\idth:119px;
}

/* =================================================================================== */


.menu ul ul {
width:120px;
position:relative;
display:block;
}
/* 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:120px;
position:relative;
display:block;
z-index:100;
}
/* style the links for the top level */
.menu a, .menu a:visited {
position:relative;
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #737373;
font-weight: bold;
font-size:11px;
text-decoration:none; 
width:120px; 
height:32px; 
/*border:1px solid #fff; */
border-width:1px 1px 0 0; 
/*background:#758279; */

line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
position:relative;
display:block;
width:120px;
w\idth:119px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
position:relative;
display:block;
height:18px;
background:#e6e6e6 url(../img/border.gif) bottom center no-repeat;
-moz-opacity:0.8;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
position:relative;
display:block;
background:#cccccc url(../img/border.gif) bottom center no-repeat;
}
.menu ul ul :hover > a.drop {
position:relative;
display:block;
background:#cccccc url(../img/border.gif) bottom center no-repeat;
}
/* style the second level background */
.menu ul ul a.drop1, .menu ul ul a.drop1:visited {
position:relative;
display:block;
height:28px;
background:#e6e6e6 url(../img/border.gif) bottom center no-repeat;
-moz-opacity:0.8;
}
/* style the second level hover */
.menu ul ul a.drop1:hover{
position:relative;
display:block;
background:#cccccc url(../img/border.gif) bottom center no-repeat;
}
.menu ul ul :hover > a.drop1 {
position:relative;
display:block;
background:#cccccc url(../img/border.gif) bottom center no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
position:relative;
display:block;
background:#e6e6e6;
}
/* style the third level hover */
.menu ul ul ul a:hover {
position:relative;
display:block;
background:#cccccc;
}


/* 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:30px;
/*left:0; */
width:120px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
left:0;
top:29px;
t\op:30px;
}

/* position the third level flyout menu */
.menu ul ul ul {
left:149px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* 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:#e6e6e6; 
color:#737373; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#737373; 
background:#cccccc;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#737373;
background:#cccccc;
}

/* 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;
}

.katalog {
float:left;
height:18px;
background-color:#cccccc;
display:block;
text-align:center;
}
.katalog:hover {
background-color:#c4161c;
}
