.chromestyle{
float:left; width:188px; padding:0 0 0 15px;position:relative;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}



.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
float:left; width:190px; color:#FFF; font-size:18px; font-weight:bold;font-family:arial;
}
.chromestyle ul li a:hover {
text-decoration:none !important
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 11px;
line-height:20px;
z-index:1000;
background-color: #880000;
width: 180px;
visibility: hidden;
font-family:arial
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-top: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 3px 10px;
text-decoration: none;
color: white !important;
font-size:12px;
font-family:arial

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c83232;
text-decoration:none !important
}


.dropmenudivtop{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px;
line-height:22px;
z-index:3001 !important;
background-color: #880000;
width: 180px;
visibility: hidden;

}


.dropmenudivtop a{
width: auto;
display: block;
text-indent: 3px;
border-top: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 3px 10px;
text-decoration: none;
color: #dcdcdc !important;
font-size:12px;
font-family:arial

}

* html .dropmenudivtop a{ /*IE only hack*/
width: 100%;
}

.dropmenudivtop a:hover{ /*THEME CHANGE HERE*/
background-color: #c83232;
text-decoration:none !important
}


.dropmenudivsoon{
position:absolute;
top:70px !important;
left:-72px !important;
border-bottom-width: 0;
font:normal 12px;
line-height:22px;
z-index:100;
background-color: #880000;
width: 220px;
visibility: hidden;
}


.dropmenudivsoon a{
width: auto;
display: block;
text-indent: 3px;
border-top: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 3px 10px;
text-decoration: none;
color: #dcdcdc !important;
font-family:arial;
font-size:12px;

}

* html .dropmenudivsoon a{ /*IE only hack*/
width: 100%;
}

.dropmenudivsoon a:hover{ /*THEME CHANGE HERE*/
background-color: #c83232;
text-decoration:none !important
}

.dropmenudivhelp{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px;
line-height:22px;
z-index:100;
background-color: #880000;
width: 210px;
visibility: hidden;
}


.dropmenudivhelp a{
width: auto;
display: block;
text-indent: 3px;
border-top: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 3px 10px;
text-decoration: none;
color: #dcdcdc !important;
font-family:arial;
font-size:12px;

}

* html .dropmenudivhelp a{ /*IE only hack*/
width: 100%;
}

.dropmenudivhelp a:hover{ /*THEME CHANGE HERE*/
background-color: #c83232;
text-decoration:none !important
}
