.chromestyle{
margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	/*height:45px;*/
	background:transparent url("over.png") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border:0px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear:both;
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding:  0px 5px;
margin: 0px 0px 0px;
height:50px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:block;
	float:left;
	margin:0;
	padding:0;
}

.chromestyle ul li a
{
	display:block;
	float:left;
	color:#005a84;
	text-decoration:none;
	font-weight:bold;
	padding:   18px 8px 3 8px;
	/*height:40px;*/
	/*background:transparent url("DIVIDER.gif") no-repeat top right;*/
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background:transparent url("HOVER.gif") no-repeat top right;*/
	color:#ffa500;
/*background: #ffffff; url(chromebg.gif) center center repeat-x ; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
position:absolute;
top: 0;/*
border: 1px solid #BBB; THEME CHANGE HERE
border-bottom-width: 0;
border-left: 2px solid #CDCDCD ;*/
font:normal 12px Arial;
line-height:22px;
z-index:100;
background-color:#fff;
width: 200px;
visibility: hidden;

  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	

}


.dropmenudiv a
{
	font-family:Arial;
	font-size:10;
	text-transform:uppercase;
width: auto;
display: block;
text-indent: 3px;
/*border-left: 2px solid #CDCDCD ;
border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding:    2px 0 0 3px ;
text-decoration: none;
/*font-weight: bold;*/
color: #0098D0;
border-bottom: 1px solid #d7d7d7;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E9EAEF;
color:#ffa500;
}

