.chromestyle{
position:relative;
width: 640px;
font-weight: bold;
background-color: #339900;
text-decoration: none;
color: #000000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;color: #ffffff;

}

.chromestyle ul{
position:relative;
border: 0px solid #339900;
width: 640px;
background: url(images/dot_clear.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
color: #ffffff;
}

.chromestyle ul li{
position:relative;
display: inline;
color: #ffffff;
}

.chromestyle ul li a{
position:relative;
color: #ffffff;
padding: 2px 14px;
margin: 0;
text-decoration: none;
font:normal 12px Arial;
font-weight: bold;
border-right: 1px solid #ffffff; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
position:relative;
background: url(images/dot_clear.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: none;
color: #ffffff;
}

.chromestyle ul li a:active{
position:relative;
background: url(images/dot_clear.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
}

.chromestyle ul li a:visited{
position:relative;
background: url(images/dot_clear.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
}

/*.chromestyle ul li a[rel]:after{ HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
/*}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #339900; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
text-align:left;
line-height:15px;
z-index:1000;
background-color: white;
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: 1px solid #339900; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #339900;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ccffcc;
text-decoration: none;
color: #339900;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
background-color: #ccffcc;
text-decoration: none;
color: #339900;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
background-color: #ccffcc;
text-decoration: none;
color: #339900;
}
