.chromestyle{
width: 99%;
font-weight: bold;
}

.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%; /*THEME CHANGE HERE*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
margin: 0;
text-decoration: none;
}




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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:18px;
z-index:100;
background-color: #C13231;
width: 230px;
visibility: hidden;
}


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

.dropmenudiv span{
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: lighter; 
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:10px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
font-size:10px;
}


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

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:18px;
z-index:100;
background-color: #D08109;
width: 230px;
visibility: hidden;
}


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

.dropmenudiv2 span{
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: lighter; 
color: white;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
font-size:10px;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
font-size:10px;
}

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

.dropmenudiv3{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:18px;
z-index:100;
background-color: #88A623;
width: 230px;
visibility: hidden;
}


.dropmenudiv3 a{
width: auto;
font-size:10px;
color:#000000;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
font-weight: lighter; 
color: black;
}

.dropmenudiv3 span{
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal; 
font-style: normal;
color: white;
}

* html .dropmenudiv3 a{ /*IE only hack*/
width: 100%;
font-size:10px;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
font-size:10px;
}

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

.dropmenudiv4{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:18px;
z-index:100;
background-color: #1E70BA;
width: 230px;
visibility: hidden;
}


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

.dropmenudiv4 span{
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: lighter; 
color: white;
}

* html .dropmenudiv4 a{ /*IE only hack*/
width: 100%;
font-size:10px;
}

.dropmenudiv4 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
font-size:10px;
}
