.chromestyle{
width: 99%;
}

.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%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 3px 4px;
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*/}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 11px Arial;
line-height:18px;
z-index:11000;
background-color: #020202;
width: 128px;
border: 1px solid #1a1a1a;
visibility: hidden;
margin: 6px 0 0 -8px;
padding: 0 0 12px 0;
}

#mainmenu {
position:absolute;
top: 0;
z-index:11000;
visibility: hidden;
margin-top:32px;
}

html*div#mainmenu {
	margin-top:32px;
}	

*html div#mainmenu {
	margin-top:27px;left:53%;	
}

.dropmenudivnew{

font:normal 11px Arial;
line-height:18px;
background-color: #020202;
width: 235px;
border: 1px solid #1a1a1a;
padding: 0 0 12px 12px;
}


.dropmenudiv a,
.dropmenudivnew a,
p.text{
width: auto;
display: block;
text-align: left;
text-indent: 3px;
padding: 2px 11px;
text-transform: uppercase;
text-decoration: none !important;
font-weight: normal;
color: #fff;

font-size: 100%;
}

h3
{
	font-weight:bold;
	font-size:12px;
	margin:20px 0 0 0;
	text-align: left;
}

* html .dropmenudiv a
* html .dropmenudivnew a{ /*IE only hack*/
width: 100%;
}

* html .dropmenudivnew{ /*IE only hack*/
	margin:5px 0 0 17px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff;
background: #2b2b2b;
font-weight: bold;
text-decoration: none !important;
}

.dropmenudivnew a:hover{ /*THEME CHANGE HERE*/
color: #fff;
font-weight: bold;
text-decoration: none !important;

}
