.chromestyle{
width: 100%;
font-weight: bold;
text-align:center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
text-align:center;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #FFFFFF;
padding: 8px 15px;
margin: 0;
text-decoration: none;
	height: 40px;

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	text-align: left;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-color: #FFFFFF;
	filter: alpha(opacity=80); opacity: .8;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
}
.solapa {
	background-image: url(images/solapa.gif);
	background-repeat: no-repeat;
}

