﻿.chromestyle{
width: 100%;
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{
border: 0px solid #BBB; /*changed to zeror from 1*/
width: 100%;
background-image:url('../images/NavBackground.jpg');
background-repeat:repeat-x;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
height:30px;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #ffffff;/*changed from 494949 #A35A39 #D28B6D*/
padding: 4px 30px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;/*changed from 1 to 0*/

}


.chromestyle ul li a:link
{ 
color:#ffffff; 
}

.chromestyle ul li a:visited
{ 
color:#ffffff; 
}



.chromestyle ul li a:hover;
{ 
/*background: url('chromebg-over.gif') center center repeat-x;*/ 
color:#ff0000;
}

.chromestyle ul li a:active
{ 
color:#ffffff; 
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 3px solid #666666; /*THEME CHANGE HERE*/
border-bottom-width: 3px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#000000; /*Changed from #6495ed*/
font-family:"Times New Roman", Times, serif;
font-size:9pt;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;  /*Changed from F0F0F0*/
color:#000000;
}