.chromestyle{
	width: 100%;
	font-weight: bold; 
	color: white;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: none; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px none silver;
	width: 100%;
	 /*THEME CHANGE HEREbackground: url(chromebg.gif) center center repeat-x;*/
    
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background: url(../img/fundoazul.jpg) repeat-x center center;
	font: normal 11px Verdana;
	text-decoration: none;
	color: White;
	padding: 5px;
	font-weight: bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: White;
	padding: 4px 4px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid Black;
	font: normal 11px Verdana;
	font-weight: bold;

	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	/*background: url(chromebg-over.gif) center center repeat-x;
	THEME CHANGE HERE*/
	background-color: #00407D;
	color: White;
	font-weight: bold;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 0px solid White; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	color: White;
	line-height: 14px;
	z-index: auto;
	background-color: #00407D;
	width: 150px;
	visibility: hidden;
	 filter: progid:DXImageTransform.Microsoft.Shadow(color=#CBE597,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #00407D; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width:  100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	background-color: #004E99;
}