/* CSS Document */

#chromemenu{
width: 99%;
font-family: Arial, Verdana;
font-weight: normal;
font-size: 85%
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url('../images-nav/chromebg.gif') center center repeat-x;
padding: 0px 0;
margin: 10px;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #000;
padding-left: 5px;
padding-right: 5px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #b91733;
font-family: arial, verdana;
font-size: 80%;
letter-spacing: 2px;
}

#chromemenu ul li a:hover{
color: #b91733;
padding-left: 15px;
padding-right: 5px;
margin: 0px;
background: url('../images-nav/nhllogo.png') left center no-repeat;
background-position: left;
}

#chromemenu ul span {
color: #b91733;
font-weight: bold;
font-size: 100%
}

#navleft{
float: left;
width: 125px;
padding: 0px;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 60%;
letter-spacing: .05em;
color: #333;
}

div#bordertop {
	margin-left: 10px;
	background-color: #999;
	}
	
* html #navleft{ /*IE 6 only  Tan Hack*/
width: 125px; /*Box model bug: 180px minus all left and right paddings for #navleft */
}

#navleft ul{
list-style: none;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
padding: 0px;
border: none;
}

#navleft li {
border-bottom: 1px solid #660000;
margin: 0px;
}

#navleft li a{
display: block;
padding: 3px 3px 3px 3px;
border-left: 7px solid #990000;
border-right: 7px solid #993333;
background-color: #b91733;
color: #9EB1BB;
text-decoration: none;
width: 100%;
letter-spacing: 1px;
}

html>body #navleft li a{ /*Non IE6 width*/
width: auto;
}

#navleft li a:hover{
border-left: 7px solid #000;
border-right: 7px solid #330000;
background-color: #660000;
color: #fff;
}

#navleft li span {
display: block;
color: #fff;
margin: 0;
font-weight: bold;
border-bottom: 3px dotted #666;
}


div#borderbottom {
	margin-left: 10px;
	padding: 0px;
	}
	

