.chromestyle{
width: 100%;
font-weight: normal;
font-size: 12px;   /* size and family of the original links */
font-family:arial;
}

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

.chromestyle ul{
background-color: #7fffd4;
color: blue;
border: 0px solid #BBB; /* can use border=1 */
width: 100%;
/* background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE - removed to get white*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 2px 3px;
margin: 0;
text-decoration: none;
border-right: 0px solid #E8BEBE; /*THEME CHANGE HERE - can use border =1 */
}

.chromestyle ul li a:hover{
background-color: #66ffa2;
font-weight:200;
color: red;
/* background: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE - i removed image */
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
left: 0;
border-width: 1px 1px 1px 1px; border-style:solid; border-color: black; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial;
text-decoration: none;
line-height:15px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: solid blue; /*THEME CHANGE HERE*/
border-width: 0 0 1 0;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

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