/* ================================================================ 
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.cssplay.co.uk/menus/skeleton3.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.
=================================================================== */
#headernav {
background:#77AA4E;
/*border:1px solid yellow;*/
border-bottom:2px solid #77AA4E;
}
#outerContainer {
background:#77AA4E;
width:900px; 
height:44px;
margin:0 auto;
}
#menuContainer {position:relative; float:left;}

#nav, #nav ul {padding:0; margin:0; list-style:none; font:bold 0.7em Arial;
color:white; position:relative; z-index:100;}
#nav {height:44px; float:left; padding:0; position:relative; left:5%;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}
#nav li#start {}
#nav li a {
display:block; 
float:left; 
color:#fff; 
height:44px; 
/*padding:0px 0px 0 62px;*/
padding:0px 0px;
/*border:1px solid red;*/
margin:0;
line-height:44px; 
text-decoration:none; 
white-space:nowrap; 
background:#77AA4E url(images/nav2.jpg) no-repeat top left;
/*background:#77AA4E url(images/nav.jpg) no-repeat top left;*/
font-weight:bold;
font-size:1.7em;
font-family:Arial;
width:132px;
text-align:center;
}
#nav li li a {height:44px; line-height:44px; float:none;}

#nav li:hover {position:relative; z-index:100; }
#nav a:hover {position:relative; z-index:100; color:#F2F8EE; background:#77AA4E url(images/nav3.jpg) no-repeat top left;}
#nav li:hover > a {color:#F2F8EE;}

#nav :hover  ul {left:0; top:44px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}


#nav li.submenu a {
display:block; 
float:left; 
color:#ffffff; 
height:28px; 
/*padding:0px 0px 0 62px;*/
padding:0px 15px;
/*border:1px solid red;*/
border-bottom:1px solid #9AC07C;
margin:0;
line-height:28px; 
text-decoration:none; 
white-space:nowrap; 
background:#77AA4E;
/*background:#77AA4E url(images/nav.jpg) no-repeat top left;*/
font-weight:bold;
font-size:1.7em;
font-family:Arial;
width:220px;
text-align:left;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}




/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {color:#ffffff;border-bottom:1px solid #ffffff;background:#9AC07C;}

#nav li a:hover ul li a:hover {color:#ffffff;border-bottom:1px solid #ffffff;background:#9AC07C;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

