.chromestyle{
width: 505px;
font-weight: normal;
height:20px;
padding: 0;
margin: 0;
}

.chromestyle ul{
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
vertical-align:right;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
text-decoration:underline; /*THEME CHANGE HERE*/
}


 /*Chromestyle 2*/
.chromestyle2{
width: 650px;
font-weight: normal;
height:20px;
}



.chromestyle2 ul{
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
vertical-align:middle;
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
color: #ffffff;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle2 ul li a:hover{
text-decoration:underline; /*THEME CHANGE HERE*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font-family: Times New Roman;
	font-size: 20px;
	text-align: center;
	text-decoration:none;
z-index:100;
width: 145px;
visibility: hidden;
vertical-align:middle;
background-image:url(../images/gray-transparent.gif); background-repeat:repeat;
filter:alpha(opacity=90);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


.dropmenudiv a{
width: auto;
display: block;
height: 15px;
text-indent: 3px;
padding-top: 10px;
padding-bottom: 5px;
text-decoration: none;
font-weight: normal;
color: #999999;
vertical-align:middle;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}

