.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
}

.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%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(menu_fondo.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 31px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
    display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	margin: 5px;
	text-decoration: none;
	padding: 4px 7px;
}

.chromestyle ul li a:hover{
    text-decoration:underline;
	padding: 8px 7px;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 13px Arial;
	line-height:18px;
	z-index:100;
	background-color:  white;
	width: 200px;
	visibility: hidden;
	padding:2px;
	
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 6px 6px;
	text-decoration: none;
	/*font-weight: bold;*/
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   background-color: #F0F0F0;
}
