﻿.chromestyle{
width: 99%;
/*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: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{

display: inline;
}

.chromestyle ul li a
{
font-family:  Arial;
font-size: 8.5pt;
color:#dc0903;
font-weight:bold;
padding: 4px 25px;
margin: 0;
text-decoration: none;
text-transform:uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
font-family:  Arial;
font-size: 8.5pt;
font-weight:bold;
color:#000000;
text-transform:uppercase;
 
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
z-index:100;
background-image:url(../images/desplegable.png);
background-repeat:no-repeat;
width: 201px;
visibility: hidden;
background-color:#e6e7e7;
background-position:bottom;
height:86px;
padding-top:8px;
background-color:Transparent;
}


.dropmenudiv a
{
font-family:  Arial;
font-size: 8.5pt;
color:#a80501;
font-weight:bold;
text-transform:uppercase;
width: auto;
display: block;
text-decoration: none;
text-align:left;
padding-left:5px;
padding-top:5px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family:  Arial;
font-size: 8.5pt;
font-weight:bold;
text-transform:uppercase;
color:#000000;
}
