.chromestyle{
  /*width: 99%;*/
  font-weight: bold;
}

/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul, .chromestyle ul.blue{
/*border: 1px solid #BBB;*/
border-bottom:1px solid #BBB;
border-top:1px solid #BBB;
width: 100%;
/*background: url(../img/chromebg.gif) center center repeat-x; */
background: black url(../img/blockdefault.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul.blue{
   background: black url(../img/blockblue.gif) center center repeat-x; 
}


.chromestyle ul li{
  display: inline;
}

.chromestyle ul li a{
  color: #fff;
  padding: 4px 7px;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #DADADA;
}

.chromestyle ul li.gold a{
  background-image:url(../img/blockgold.gif);
  background-position:center center;
  background-repeat: repeat-x;
  color:#990000;
}

.chromestyle ul li a.ultimo{
 border-right: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
  /*background: url(../img/chromebg-over.gif) center center repeat-x; */
  background: transparent url(../img/blockactive.gif) center center repeat-x;
  color: #fff;
}

