/* ================================================================ 
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/skeleton.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.
=================================================================== */
/*#demo_button_top {
position:relative;
float:left;
height:62px;
margin-top:47px;
width:893px;
text-align:right;
padding-right:100px;
}*/
#menu_container {
position:relative;
float:left;
width:993px;
height:30px;
margin-top:116px;
background-image:url(menu_bg.png);
background-repeat:no-repeat;
text-align:left;
z-index:199;
}

#nav {
list-style:none; 
font: 10px verdana, sans-serif; 
position:relative; 
z-index:199;
}

#nav ul {
list-style:none; 
font: 10px verdana, sans-serif; 
border:1px solid #c5540e;
border-top:0px;
position:relative;
background-image:url(menu_px.png);
background-repeat:repeat;
z-index:199;
margin-top:1px;
}

#nav {
height:24px;
width:900px;
margin-left:45px;
z-index:199;
}

#nav table {
border-collapse:collapse;
z-index:199;
}

#nav li {
float:left; 
padding:0 9px 0 10px;
margin-right:10px;
z-index:199;
}

#nav li li {
float:none;
margin-right:0px;
z-index:199;
}

/* a hack for IE5.x and IE6 */
#nav li a li {
float:left;
z-index:199;
}

#nav li a {
display:block;
float:left; 
color:#FFF; 
height:24px; 
padding-right:5px; 
line-height:24px; 
text-decoration:none; 
white-space:nowrap;
z-index:199;
}

#nav li li a {
height:20px; 
line-height:20px; 
float:none;
z-index:199;
}

#nav li:hover {
position:relative; 
z-index:199;
background-image:url(menu_px.png);
}
 
#nav a:hover {
position:relative; 
z-index:199;
text-decoration:underline; 
color:#FFFFFF;
}

#nav :hover ul {
left:0; 
top:22px;
z-index:199;
}

/* another hack for IE5.5 and IE6 */
#nav a:hover ul {
left:-10px;
z-index:199;
}

#nav ul {
position:absolute; 
left:-9999px; 
top:-9999px;
z-index:199;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
left:-15px; 
margin-left:100%; 
top:-1px;
z-index:199;
}
/* keep further levels hidden */
#nav li:hover > ul ul {
position:absolute; 
left:-9999px; 
top:-9999px; 
width:auto;
z-index:199;
}
/* show path followed */
#nav li:hover > a {
text-decoration:underline; 
color:#FFF;
z-index:199;
}

/* 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:-1px;z-index:199;}

/* 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;z-index:199;}

