.navheader {color: #ffffff;font: 28px/34px Trebuchet MS, Arial;font-weight: normal;margin-bottom: 8px;}


a.nav2 {font: 12px/23px Trebuchet MS, Arial;color: #ffffff;font-weight: normal;text-decoration: none;}

a.nav2:hover {text-decoration: underline;}


td.navtop {font: 18px/18px Trebuchet MS, Arial;color: #ffffff;background-color: #000000; padding: 5px; text-align: left;} 

td.navcell {padding: 5px 5px 40px 5px; text-align: left;}

td.navbar {padding: 6px 0px 8px 0px;background: url(../img1/bg01.png) repeat-y 50% 0%;}

table.navbarblack {padding: 0px 8px 0px 8px;}


.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
width: 100%;
background: #000;
padding: 4px 0;
margin: 0;
text-align: right;
}

.chromestyle ul li{
display: inline;
}







.chromestyle ul li a{
color: #ffffff;
font: 13px/13px Trebuchet MS, Arial;
font-weight: bold;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #3f3f3f;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
content: " " url(downimage.gif); 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #000; 
border-bottom-width: 0;
line-height:25px;
z-index:100;
background-color: #000;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #000; 
padding: 6px;
text-decoration: none;
font: 13px/13px Trebuchet MS, Arial;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #3f3f3f;
}
