.chromestyle{
font-weight: bold;
width:auto;
}

.chromestyle ul{
padding: 0 0 0 0;
margin: 0 0 0 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:inline;
}

.chromestyle ul li a{
padding: 0 0 0 0;
margin: 0 0 0 0;
text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

/*ABOUT MENU*/
.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
background-color: #961015;
visibility: hidden;
text-align:left;
width:160px;
color: #FFFFFF;
}

.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-style:dashed;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font-weight:bold;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #da151c;
color: #FFFFFF;
}


/*LEARN MORE MENU*/

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
background-color: #032b7b;
visibility: hidden;
text-align:left;
width:160px;
color: #FFFFFF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-style:dashed;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #033bae;
color: #FFFFFF;
}

/*TAKE ACTION MENU*/

.dropmenudiv3{
position:absolute;
top: 0;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
background-color: #ab4413;
visibility: hidden;
text-align:left;
width:160px;
color: #FFFFFF;
}


.dropmenudiv3 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-style:dashed;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font-weight:bold;
}

* html .dropmenudiv3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #db5b1e;
color: #FFFFFF;
}