.chromestyle  a:link{
color: #FFFFFF;
}
.chromestyle  a:active{
color: #FFFFFF;
}

.chromestyle  a:hover{
color: #FFFFFF;
}
.chromestyle  a:visited{
color: #FFFFFF;
}

.chromestyle{
margin-bottom: 0px;
margin-right: 0;
width:974;
height:18px;
color: #FFFFFF
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
height:18px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background:#0A6BA4; 
font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana; padding-left:0px; 
padding-right:0px; padding-bottom:0px; padding-top:3px 
color: #FFFFFF
}


.chromestyle ul li{
display: inline;
margin: 0;
}


.chromestyle ul li a{
width: 120px;
text-decoration: none;
height:18px;
margin: 0,0,0,0;
margin-top:0px;
border-left:1px solid; 
color:#FFFFFF; 
background:#0A6BA4; 
font-style:normal; 
font-variant:normal;  
font-size:10px; 
font-family:Verdana; 
margin-right:1; /*distance between each tab*/
padding-left:7px; padding-right:7px; padding-top:2px;}

.chromestyle ul li a:hover{
background-color:#0A6BA4 ;
color: #FFFFFF
}

.chromestyle ul li a:hover{
background-color:#60A7D6 ;
background: #60A7D6;
color: #FFFFFF
height:21px;
}


.chromestyle ul li a[rel]:after{ 
color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width: 121px;  
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
visibility: hidden;
text-align: center; 
font-style:normal; 
font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana


}


.dropmenudiv a{
width: 121px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background: #0A6BA4;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #60A7D6;
color: #FFFFFF;
}
.dropmenudiv a:visited { text-decoration: none; 
            color: #FFFFFF;
}