@charset "utf-8";
/* CSS Document */

#masthead ul{ padding:0; height:35px; list-style:none; float:left; /*border:1px solid #000066;*/ margin:14px 0 0 0; padding: 0; list-style-type: none;}

/*Top level list items*/
#masthead ul li{
float:left;
display:inline;
margin:0;
padding:0;
position: relative;
z-index:99;
}

/*Top level menu link items style*/
#masthead ul li a{
display:inline-block;
padding:0px 10px;
font-size:16px;
font-weight:bold;
height:35px;
line-height:35px;
border-left:1px solid #655440;
border-right:1px solid #362E23; /*004182*/
color:#FFFFFF;
text-decoration:none;
background:url(../images/primary-nav-bg.png) repeat-x;
background-position:-20px 0;
/*display: block; REMOVED FOR IE6*/
float:left; /*ADDED FOR IE6*/
}
#masthead ul li.first a{border-left:none; padding-left:15px; background:url(../images/primary-nav-bg.png) no-repeat 0 0;}
#masthead ul li.last a{border-right:none; padding-right:15px; background:url(../images/primary-nav-bg.png) no-repeat; background-position:right 0}

#masthead ul li.first a:hover{background-position:0 -40px;}
#masthead ul li.last a:hover{background-position:right -40px;}


#masthead ul li a:visited {color:#FFFFFF;}

	
/*Sub level menu*/
#masthead ul li ul{
left: 0;
top: -150px;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
border: 1px solid #202020;
border-bottom:none;
margin:0;
}

/*Sub level menu list items*/
#masthead ul li ul li{
display: inline;
float: none;
padding:0;
margin:0;
}

/* Sub level menu links style */
#masthead ul li ul li a, #masthead ul li ul li a:visited{
width: 225px; /*width of sub menu levels*/
font-weight: normal;
background:#181818;
border-bottom: 1px solid #2A2A2A;
height:25px;
line-height:25px;
border-right:none;
border-left:none;
font-size:12px;
color:#999999;
/*filter:alpha(opacity=100);*/ /*Opacity compatibility for different browsers*/
/*-moz-opacity:1.00;
-khtml-opacity: 1.00;
opacity: 1.00;*/
}
#masthead ul li a:hover {color:#FFFFFF; background:url(../images/primary-nav-bg.png) repeat-x; background-position:-20px -40px;}
#masthead ul li ul li a:hover {color:#FFFFFF; background:#CFE6A1; color:#181818; font-weight:bold;}


#masthead .arrowdiv{
/*position: absolute;
right: 0;*/
background: transparent url(../images/menu-arrow.png) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #masthead ul li { float: left; height: 1%; }
* html #masthead ul li a { height: 1%; }
/* End */
