a, a:visited, a:link {
font: Arial, Helvetica, sans-serif; 
color: #000000; 
text-decoration: underline; 
cursor: pointer }
a:hover { text-decoration: underline; color: #FF0000;}
a:active { outline: none }

body
{
font: Arial, Helvetica, sans-serif; color: #000000; 
}

.info{
font-family :Arial, Helvetica, sans-serif;
color:#000000;
font-size: 11px
}



.info14{
font-family :Arial, Helvetica, sans-serif;
color:#000000;
font-size: 14px;}
a:hover { text-decoration: underline; color: #FF0000;}


.info18{
font-family :Arial, Helvetica, sans-serif;
color:#000000;
font-size: 18px
}

.info_white_18{
font-family :Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 18px
}

.info_white_14{
font-family :Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 14px
}

.chromestyle{
width: auto;
font: bold 14px Arial;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;

padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 2px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #FF0000; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: #bbb;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F00; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

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