/* ================================================================ 
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:196px;
}
#menu ul{
list-style-type:none; 
padding:0; 
margin:0;
}
#menu li{
float:left; 
background:url(../images/sidebar-poz.jpg) repeat-x left top;
background:#2e2e2e; 
position:relative; 
margin:0 0 2px 0;
display:block;
}
#menu li a.sub{
width:181px;
height:20px;
padding:6px 0 5px 15px;
background:url(../images/sidebar-poz.jpg) repeat-x left top;
font-size:1.2em;
font-weight:normal;
color:#d1e8ff;
background-color:#2e2e2e;
}
#menu li a:hover.sub{
background:url(../images/sidebar-poz.jpg) repeat-x left top;
color:#001e41;
}
#menu li a:active.sub{
background:url(../images/sidebar-poz.jpg) repeat-x left top;
color:#001e41;
}
#menu li ul li{
background:url(../images/sidebar-sub-link.jpg) no-repeat left bottom;
background-color:#2e2e2e;
width:156px;
padding:5px 0 7px 15px;
margin:0;

}
#menu li ul li a{
background:url(../images/bullet-vise-white.gif) no-repeat left top;
padding:0;
background-color:#2e2e2e;
font-size:1.1em;
font-weight:normal;
color:#ccc;
text-transform:uppercase;
}
#menu li ul li a:hover{
color:#727272;
}

#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;
text-indent:0;
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;
}