/* ================================================================ 
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:1; margin:4; width:190px; position:relative; z-index:10; font-size: 15px; font-weight: normal;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; position:relative; border-top: 1px solid #ffffff;}

#menu li.sub {}

#menu a {color: #3f3f3f;}

#menu li,
#menu li a {display:block; line-height:28px; width:185px; text-decoration:none; cursor:pointer;}
#menu li {text-indent: 10px;}

#menu ul,
#menu li.click ul ul,
#menu li.click ul li.hover ul ul {display:none;}

#menu li.hover {z-index:50; background: #114c88; color: #ffffff;}
#menu li.click {width: 185px; padding:0; margin:0; background: #b5b4b9; color: #ffffff; border-left: 5px solid #114c88;}

#menu li.hover a {color: #ffffff;}
#menu li.click ul li a {color: #777777; text-indent: 10px; font-size: 12px; font-weight: normal;}

#menu li.click ul {display:block; background: #ffffff;}
#menu li.click ul li {width:185px; background: #ffffff;}
#menu li.click ul li.hover ul, 
#menu li.click ul li.hover ul li.hover ul {display:block; position:absolute; left:190px; top:-1px;}

#menu li.click ul li.Open {background:#114c88 url(frog_arrow.gif) no-repeat center right; color: #ffffff;}

#menu li.click ul li.fly {background: #CDDBEB url(frog_arrow.gif) no-repeat center right;}
#menu li.click ul li.hover {background: #114c88; color: #ffffff;}

#menu li.click ul li.hover ul li {background:#114c88; color: #ffffff;}
#menu li.click ul li.hover ul li.hover ul li {background:#FFFFFF; z-index:50;}

#menu li.click ul li.hover ul li.fly {background: #c60 url(frog_arrow.gif) no-repeat top right;}
#menu li.click ul li.hover ul li.hover {z-index:50; background:#ffffff;}
#menu li.click ul li.hover ul li.hover a {color:#FFFFFF;}

#menu li.click ul li.hover ul li.hover ul li.hover {background:#3f3f3f;}
#menu li.click ul li.hover ul li.hover ul li.hover a {color:#FFFFFF;}


