.chromestyle{
border:0 none;
display:block;
list-style:none;
margin:0;
padding:0;
width:897px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0 none;
background: url(../images/tab.jpg) ; /*THEME CHANGE HERE*/
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
border-right:solid 3px white;
padding: 10px 0px 10px 0px;
margin: 0;
text-decoration: none;
background-image:url(../images/tab.jpg);
width:147px;
color:White;
font: bold 14px/22px Helvetica, Arial, Verdana, sans-serif;
  float: left; /*For IE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/tab.jpg) ;
color:#333333;
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
line-height:18px;
position:absolute;
top:0;
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
background-color: white;
width: 147px;
visibility: hidden;
}


.dropmenudiv a
{
width: 100%;
display: block;
height:27px;
width: auto;
border:0;
background-image:url(../images/tab2.jpg);
color: white; 
text-decoration: none;
font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;vertical-align:bottom;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
 background-image:url(../images/tab2.jpg);
  color: #333333;
}