.chromestyle
{line-height:35px;text-align:center;
 z-index:0;
top:90%;
position:absolute;
left:22.5%;
font-size:10pt;
width:700px;
font-family:Century Gothic,comic sans,verdana;
color:white;
background-color:#000;
filter:opacity(alpha=80);
 -moz-opacity:0.6;
        opacity:0.5;
	height:40px;
	float:right; text-transform:uppercase;}

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-family:Century Gothic,comic sans,verdana;
}



.chromestyle ul li{
display: inline;
font-family:Century Gothic,comic sans,verdana;
}

.chromestyle ul li a{
background-color:#black;text-decoration:none;padding:11px 30px 10px 30px;color:#ffffff;
font-family:Century Gothic,comic sans,verdana;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: black center center repeat-x; /*THEME CHANGE HERE*/
font-family:Century Gothic,comic sans,verdana;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:fixed;
border-bottom-width: 0;
font: 12px Century Gothic;
color:white;
background-color:black;
visibility: hidden;
filter:opacity(alpha=60);
 -moz-opacity:0.6;
        opacity:0.6;
	height:40px;
margin:-245px;
margin-left:-9px}

.dropmenudiv1{
position:absolute;
font-family:Century Gothic,comic sans,verdana;
top: 0;
border-bottom-width: 0;
font:normal 12px Century Gothic;
color:white;
background-color:black;
visibility: hidden;
filter:opacity(alpha=60);
 -moz-opacity:0.7;
        opacity:0.6;
	height:40px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
font-family:Century Gothic,comic sans,verdana;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 200;
font-family:Century Gothic,comic sans,verdana;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0; color:black;
font-family:Century Gothic,comic sans,verdana;
}