.chromestyle{
width: 95%;
font-weight: normal;
}

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

.chromestyle ul{
border: 0px solid #747476;
font-size: 81%; 
width: 100%;
background: url(chromebg3.gif) center center repeat-x;
/*THEME CHANGE HERE*/
padding: 7px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 2px 4px;
margin: 0;
font-family:Arial;
text-decoration: none;
border-right: 1px solid #ffffff; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{ 
 /*script dynamically adds a class of "selected" to the current active menu item*/
 background: url(chromebg3-over.gif) center center repeat-x;
 /*THEME CHANGE HERE*/
 color: #747476; 
}

.chromestyle ul li a.selected{ 
 /*script dynamically adds a class of "selected" to the current active menu item*/
 background: url(chromebg3-over.gif) center center repeat-x;
 /*THEME CHANGE HERE*/
 color: #747476; 
}


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

.dropmenudiv{
border-left:0px solid #747476; border-right:1px solid #FFFFFF; border-top:1px solid #FFFFFF; border-bottom:0 solid #ADED7C; position:absolute;
top: 0;
line-height:15px;
z-index:100;
background-color: #FFFFFF;
width: 160px;
visibility: hidden;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:12px;
font-family:Arial;
text-align: left;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: #747476;padding-left:0; padding-right:0; padding-top:1px; padding-bottom:1px
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #747476; color:#FFFFFF
}
