@charset "utf-8";
/* CSS Document */

.chromestyle{
width: 100%;
font-weight: bold;
text-decoration: none;
font-family: verdana;
color: #1e1e1e;
font-size: 12px;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
background: none; 
padding: 8px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #111111;
padding: 0px 20px;
margin: 0;
text-decoration: none;
border: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background: #b10c00;
color: #FFF;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0;
font: verdana;
color: #000;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-family: verdana;
color: #1e1e1e;
font-size: 11px;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e6e6e6;
}