.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin: 0px 0px 0px 0px;
padding: 0;
float: left;
font: bold 11px Arial;
width: 790px;
line-height:34px;


}

.chromestyle ul li{
display: inline;

line-height:34px;


}

.chromestyle ul li a{
float: left;
color: white;
text-align:center;
padding: 0px 5px 0px 0px;
width:100px;
line-height:34px;

text-decoration: none;
border-right:1px dotted white;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: white;
background-image:url(images/blockactive3.gif);
background-repeat:repeat-x;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	color: #4D7CC1;
	position:absolute;
	top: 54px;
	border: 1px solid #db7d7e; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration:none;
	font:normal 11px Arial;
	font-weight:bold;
	line-height:20px;
	z-index:0;
	background-color: #a91718;
	width: 180px;
	visibility: hidden;
	padding-right: 0px;
	padding-left: 2px;
	padding-top: 0px;
	left: 404px;
}
.dropmenudiv a{
width: 100%;
display: block;
border-bottom:1px solid #db7d7e;

/*border: 1px solid #ADED7C; /*THEME CHANGE HERE*/*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
text-align:left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3e3e3e;
}


.current{
color: white;
background: url(images/blockactive3.gif);
background-repeat:repeat-x; }