.chromestyle{
float:left; text-align:left; border:0px solid yellow; width:auto; margin-left:5px
}

.chromestyle ul{
float:left;
border: 0px solid #BBB;
width: auto;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;background:url(../bgimgs/ver.gif) no-repeat right center; border:0px solid red; padding-left:10px;
}
.last{
display: inline; border:0px solid red; background:none;
}

#last{
display: inline; border:0px solid red; background:none;
}


.chromestyle ul li a{
color:#fff;
padding: 4px 7px;
margin:0px 10px 0px 0px;
text-decoration: none;
font-weight:bold
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.current a:link, .current a:visited{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv A:link, .dropmenudiv A:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #075689;
}

.dropmenudiv A:hover, .dropmenudiv A:active {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #075689;
}
.subcurrent a:link, .subcurrent a:visited{ /*THEME CHANGE HERE*/
background-color: #075689;
}
