/* MENU */
.chromestyle{
width: 960px;
font-size: 12pt; font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight:bold;
}

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

.chromestyle ul{
border-top: 1px solid #000000;
width: 990px;
background: url(bg_silver.jpg) center center repeat-x;/*#3785e9;Azul/*#ff6f06; Orange /*#1f354a;  /*THEME CHANGE HERE*/
padding: 14px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 2px 2px;
margin: 0;
text-decoration: none;
border-right: 1px solid #3785e9; 
}

.chromestyle ul li a:hover{
background: url(bg_ulblue.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(bg_silver.jpg); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3785e9; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
background: #3785e9;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 2px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 6px 6px;
text-decoration: none;
font-size: 10pt;
color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(bg_ul.jpg); /* url(bluebg.gif); */
text-decoration: underline;
}
