/* ================================================================ 
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.stunicholls.com/menu/tree_frog_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu{
list-style-type:none;
padding:0; 
margin:0;
z-index:100;
width:161px;
}
#menu ul{
list-style-type:none; 
padding:0; 
margin:0;
}
#menu li{
float:left; 
background:#1a1a1a; 
position:relative; 
margin:0 0 2px 0;
}
#menu li a.sub{
font-family:Arial, Helvetica, sans-serif;
width:156px;
/* height:17px; */
padding:3px 0 4px 9px;
background:url(../images/sidebar-over-poz.gif) repeat-x left bottom;
background-color:#860202;
font-size:1.1em;
line-height:1.5em;
letter-spacing:1px;
font-weight:normal;
text-transform:uppercase;
color:#fccdcd;
}
#menu li a:hover.sub{
background:url(../images/sidebar-poz.gif) repeat-x left bottom;
color:#ece9e9;
background-color:#242424;
}
#menu li a:active.sub{
background:url(../images/sidebar-poz.gif) repea-x left bottom;
color:#ece9e9;
background-color:#242424;
}
#menu li ul li.nobackg{
background-image:none;
margin:0 0 4px 0;
}
#menu li ul li{
background:url(../images/sidebar-sub-link.gif) no-repeat left top;
background-color:#1a1a1a;
width:156px;
padding:5px 0 0 5px;
margin:2px 0 4px 0;
}
#menu li ul li a{
background:url(../images/bullet-vise-white.gif) no-repeat left top;
padding: 0 0 0 10px;
background-color:#1a1a1a;
font-size:1.1em;
font-weight:normal;
color:#fd6868;
}
#menu li ul li a:hover{
color:#ece9e9;
}

#menu li{
display:block; 
color:#fff;  
text-decoration:none;  
cursor:pointer; 
padding:0;
width:161px;
}
#menu li a{
display:block; 
color:#fff;  
text-decoration:none;  
cursor:pointer;
width:156px;
}

#menu ul, #menu li.click ul ul, #menu li.click ul li.hover ul ul{
display:none;
}
#menu li.hover{
color:#ff0; 
z-index:500;
}
#menu li.click{
color:#ff0;
}
#menu li.click ul{
display:block;
}
.mrazmak{
height:10px!important;
margin:0!important;
padding:0!important;
display:block;
}
