.chromestyle{
width: 960px;
font-weight: normal;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
display:block; width:960px; height:35px;  top:0; right:0; margin:0 0px 0 0px; padding:0 0px 0 0; border-bottom:0px solid #AEAEAE; list-style:none; background: url(../images/buttonbg.jpg) repeat-x #000;
}

.chromestyle ul li{
float:left; font:14px/35px "Arial",Arial, Helvetica, sans-serif; font-weight:normal;
}

.chromestyle ul li a{
font:14px/35px "Arial",Arial, Helvetica, sans-serif; font-weight:normal; padding:8px 19.8px; text-align:center; margin:0px 0px 0px 0px;  color:#fff; text-decoration:none; height:35px; background:url(../images/button.jpg) right   no-repeat;}


.chromestyle ul li a:hover{ text-decoration:none; background:url(../images/button1.jpg) right   no-repeat; color:#fff; text-decoration:none; height:35px;}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	margin:0 0 0 0px;
	border: 1px solid #e2e2e2; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:300;
	background:url(../images/dropdownbg.jpg) repeat-y;
	width: 250px;
	opacity:0.9;
	filter:alpha(opacity=90);
	visibility: hidden;
	text-align:left;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #e2e2e2;
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
	top: auto;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

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

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