.chromestyle{width: 100%;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{
border: 1px thin none;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #454545;
	padding: 4px 13px;
	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*/
	color: #4B2B9A;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #222 ; /*THEME CHANGE HERE*/
font: bold 11px;
line-height:18px;
z-index:100;
background-color: #333; 
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


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

.dropmenudiv span{
width: auto;
color:#666;
display: block;
text-indent: 3px;
border-bottom: 1px solid #222 ; /*THEME CHANGE HERE*/
padding: 2px 0;
font: bold 11px;
text-decoration: none;
}

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

.dropmenudiv a:hover{background-color: #555;color:#FFF}

#chromemenu2{ width:500px}