.chromestyle{
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
float:left;
width:145px;
color:#000000;
padding:0px 13px 0 0px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

background: center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #FF0100;
color:#FDA544;*/
color: #FB4343;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color: #FFFFFF;

/*color:#FF8A00;*//*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #353535; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:11px Verdana;
font-weight:normal;
line-height:15px;
z-index:10000;
background-color:#1D1D1D;
width: 90px;
visibility: hidden;
float:left;
margin:0 0 0 25px;
/*background-image:url(down.gif);*/

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #353535; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: dcdcdc;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #4E4E4E;
color:#dcdcdc;
}
.flag
{
margin-top:2px;
float:left;
position:absolute;

}
.chromestyle
{
padding:0 0 0 8px;
float:left;


}

