.chromestyle{
	width: 1003px;
	font-weight: bold;
	font-weight:lighter;
	height:35px;
	line-height:24px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

a{
    blr:expression(this.onFocus=this.blur()); /* IE Opera */
    outline:none; /* FF Opera */
}
a:focus{ 
   -moz-outline-style: none; /* FF */
}

.chromestyle ul{
width: 1003px;
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
clear:both;
height:31px;
line-height:24px;
}

.chromestyle ul li{
float:left;
text-align:left;
height:24px;
line-height:14px;
}

.chromestyle ul li a{
padding-left:0px;
color: #000000;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
border:1px;
 /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width:80px;
position:absolute;
margin-top:-4px;
border: 1px solid #997021; 
border-bottom-width: 0;
font:normal 12px Verdana;
text-align:center;
line-height:20px;
z-index:100;
background-color: #997021;
visibility: hidden;
filter:alpha(opacity=80);
}
.dropmenudiv a{
width: auto;
display: block;
text-align:center;
border-bottom: 1px solid #7A5923; /*THEME CHANGE HERE*/
padding: 0px;
text-decoration: none;
color:#ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #7A5923;/*THEME CHANGE HERE*/
}
img{
border:0px;
}

