.chromestyle{
width: 99%;
font-weight:bold;
z-index:100;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(fondo1.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
padding-left:7px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
z-index:100;
}

.chromestyle ul li a{
color: #ffffff;
font-family:  Arial,Verdana, Helvetica, sans-serif;
font-size : 11px;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #004c79;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(fondo1_over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #EEECE5;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.chromestyle ul li span{
color: #ffffff;
background-color:#006;
font-family:  Arial,Verdana, Helvetica, sans-serif;
font-size : 11px;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #004c79;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 3px;
text-decoration: none;
color: #4A4A4A;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D8D3C4;
color:#454545;
font-weight:bold;
}


#dropmenu0{
width: 200px;
}
#dropmenu1{
width: 230px;
}
#dropmenu2{
width: 250px;
}
#dropmenu3{
width: 180px;
}
#dropmenu4{
width: 200px;
}
#dropmenu5{
width: 230px;
}
ul.menusecundario{
	list-style:none;
	background-color:#00CC00;
	margin:5px 10px 0px 10px ;
}
ul.menusecundario li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:14px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: normal;
	border-right: solid 1px #EDF2F5;
	padding:2px 5px;
	color: #CCCCCC;
}
ul.menusecundario li:link, 
ul.menusecundario li:visited{
	color:#CCCCCC;
}
ul.menusecundario li:hover{
	color:#336699;
	background-color:#EDF2F5;
}
