* ================================================================ 
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/navheaders/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.navheader {
width: 1000px;
font:0.85em verdana;
padding-bottom:200px;

}
/* remove all the bullets, borders and padding from the default list styling */
.navheader ul {
padding:0;
margin:0;
list-style-type:none;
z-index:999;
}
.navheader ul ul {
width:135px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown navheader positon */
.navheader li {
float:left;
width:135px;
position:relative;
}
/* style the links for the top level */
.navheader a, .navheader a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#FFFFFF; 
width:135px; 
height:35px; 
text-align:center; 
border-left:2px solid #21F50B;
background-image: url(../img/layout/nav_bg.png);
background-repeat: repeat-x;
z-index:999;
padding-left:0px;
line-height: 35px;
filter:alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .navheader a, * html .navheader a:visited {
width:133px;
w\idth:133px;
}

/* style the second level background */
.navheader ul ul a.drop, .navheader ul ul a.drop:visited {
background:#FFF;
}
/* style the second level hover */
.navheader ul ul a.drop:hover{
background:#c9ba65;
}
.navheader ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.navheader ul ul ul a, .navheader ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.navheader ul ul ul a:hover {
background:#b2ab9b;
}
.navheader ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.navheader ul ul {
visibility:hidden;
position:absolute;
height:0;
top:35px;
width:auto;

}
/* another hack for IE5.5 */
* html .navheader ul ul {
top:35px;
t\op:35px;
left:0px;
}

/* position the third level flyout navheader */
.navheader ul ul ul{
left:137px; 
top:0;
width:115px;
}
/* position the third level flyout navheader for a left flyout */
.navheader ul ul ul.left {
left:-137px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.navheader table {position:absolute; top:0; left:0;}

/* style the second level links */
.navheader ul ul a, .navheader ul ul a:visited {
background:#FFF; 
font-weight: bold;
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:115px;
filter:alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80;
text-align: left;

/* another hack for IE5.5 */
}
* html .navheader ul ul a{
width:115px;
w\idth:115px;
}

/* style the top level hover */
.navheader a:hover, .navheader ul ul a:hover{
color:#000; 
background:#18EF00;;
cursor: hand;
}
.navheader :hover > a, .navheader ul ul :hover > a {
color:#000;
/*background:#18EF00;*/
background:#16dF00;
font-weight: bold;
}

/* make the second level visible when hover on first level list OR link */
.navheader ul li:hover ul,
.navheader ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.navheader ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.navheader ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.navheader ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.navheader ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/*---- Navigation Page Indicators ----
body#minislide li#home {
	border-bottom: 19px solid #cccccc;
	color: Aqua;
	height:13px;
	width:130px;
	z-index:1;
}*/

#sublogo{
	background-image: url(../img/layout/sub_logo.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 73px;
	position: relative;
	float: left;
}
#bg{
background-image: url(../img/layout/nav_bg.png);
background-repeat: repeat-x;
height: 35px;
}
#bg_small{
background-image: url(../img/layout/nav_bg_small.png);
background-repeat: repeat-x;
height: 30px;
margin-top: -3px;
}
