/* ================================================================ 
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_slide.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.
=================================================================== */

#nav {width:200px; height:210px; position:relative; background-color: #BC0E0B; no-repeat 0px 160px;}

#menu {list-style-type:none; padding:0; margin:0; width:180px; position:absolute; top:0px; left:0; border-bottom:1px solid #f4dc8f;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:#BC0E0B; position:relative; border-top:1px solid #f4dc8f;}

#menu li.sub {background:#BC0E0B;}
#menu li.sub a:hover {background: url(images/nav_bg2.gif) ; color:#ffe294;}

#menu li.sel {background: url(images/nav_bg2.gif) ; color:#ffe294; cursor:text;}

#menu li, #menu li a {display:block; color:#fff;  line-height:28px; width:180px; font-size: 14px; font-family:trebuchet ms, Arial, Helvetica, sans-serif;margin: 0px;padding: 0px;font-weight: bold; text-decoration:none;  cursor:pointer; font-weight:bold; text-indent:5px;}



#menu ul,
#menu li:hover ul ul,
#menu li:hover ul li:hover ul ul {display:none;}


#menu li:hover ul {display:block; height:84px;}
#menu li:hover ul li:hover ul, 
#menu li:hover ul li:hover ul li:hover ul {display:block; position:absolute; left:110px; top:-1px; border-bottom:1px solid #f4dc8f; border-top: 1px solid #0000ff;height:auto;}

#menu li:hover ul li a:hover {background: url(images/nav_bg2.gif) ; color:#ffe294;}

#nav img {display:block; float:left;}

#menu li ul li.model {background:url(images/model.jpg);}
#menu li:hover ul li.model a:hover {background: url(images/model-a.jpg) ;}

