/* ================================================================ 
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/skeleton_left.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 {
color:#62912B;
font-family:Trebuchet MS;
width: 200px; /* default width for menu */
margin:0;
list-style:none;
position:relative;
}

#nav .li_submenu { position:relative;}

#nav ul.sub {margin: 0;
z-index:200;
float:left;
width:250px;
padding:0 0 8px 0;
background: url(../img/bg/sub_menu/bg_inf.gif) bottom no-repeat;
}
* html body #nav ul.sub {padding:8px 0;}


#nav ul.sub .nulo { height:10px; display:block; width:250px; position:absolute; top:-8px; left:0; background: url(../img/bg/sub_menu/bg_top.gif) top no-repeat;}
* html body #nav ul.sub .nulo { margin-left: 10px; margin-top:-10px; position:relative;}

/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav ul.sub li { list-style:none; padding:0; width:230px; margin:0 10px; background:#EDF3D9;}

#nav ul.sub li a{
width: 100%;
display: block;
color:#62912b !important;
padding: 5px 0;
margin:0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
font-weight:bold;
font-size:11px;
text-transform:uppercase;
}

#nav ul.sub li a:hover { color:#fff!important;}

#nav a:hover{ /*hover background color*/
background: #e59319;
color: #fff !important;
}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:none; background:#E59319; color:#fff!important;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-5px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none;}

