.chromestyle{
	width: auto;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%; /* azul */
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-color: #1C0080;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color:#FFFFFF;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.chromestyle ul li a:hover{
	color:#fff; /* azul */
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/*content: " v";*/
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	color:#000080;
	position:absolute;
	top: 0;
	border: 1px solid #000080;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #000080;
	/*width: 200px;*/
	padding-right: 3px;
	padding-left: 8px;
	margin-top:3px;

	visibility: hidden;
}


.dropmenudiv a{
	color:#fff;
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CB5E7;*/
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-weight:bold;
	color:#fff;
}