.chromestyle{
font: bold 13px Arial;
width: 100%; 
}

.chromestyle ul{
margin: 0;
padding: 0;
list-style: none;
width: 100%; /*width of menu*/
float: left;
background: url(silver_bg.gif) center center repeat-x;
height: 50px;
}

.chromestyle ul li {
	float: left;
	}
	
.chromestyle ul a{
display: block;
padding: 17px 3px;
color: white; 
text-decoration: none;
border-right: 1px solid #ffffff; /*divider between menu items*/
}

.chromestyle ul li a:visited{
color: white;
}

.chromestyle ul li a:hover, .chomestyle ul li .current{
color: white !important; /*text color of selected and active item*/
background: url(silver_bg_hover.gif) center center repeat-x;
}


/* ######### 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{
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: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: white;
background: black url(silver_bg_hover.gif) center center repeat-x;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
