.chromestyle{
width: 99%;
font-weight: normal;
text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
text-decoration: none;
}

.chromestyle ul{
/*border: 0px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;/*4*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
text-decoration: none;ì
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 0px 0px;/*7-4*/
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
text-decoration: none;
color: #414141;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
text-decoration: none;
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-weight: normal;
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:25px;
z-index:1000000;
background-color: #F1F6FA;
width: 250px;/*jojobaoil/200*/
visibility: hidden;
text-align: left;
text-decoration: none;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#D0D0D0,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 0px 0;/*2*/
text-decoration: none;
font-weight: normal;
color: #366590;
}

.dropmenudiv a:visited{
color: #366590;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #366590;
text-decoration: none;
background-color: #C2D7E8
}