.chromestyle{
width:100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #013476;
width: 100%;
background: #013476 url(none)  repeat-x center center; /*THEME CHANGE HERE*/
padding: 4px 0; 
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{	
	color: #ffffff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0 solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.chromestyle ul li a:hover{
background: #013476 url(none) repeat-x center center; /*THEME CHANGE HERE*/
text-decoration: none;
width: 100%;
color: #CC0000;
}

.chromestyle ul li a[rel]:after{
	content: " v";
	visibility: hidden;


/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{	
	position:absolute;
	top: 0;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font:bold normal 12px Verdana;
	z-index:100;
	width: 100px;	
	visibility: hidden;
	filter: progid;
	background-color: #013476;


:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width:120px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

.dropmenudiv a:hover{
	background-color: #007cc3;
	text-decoration:none;


}

