.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{
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #333333;
	margin: 0;
	text-decoration: none;
	font-size: 10px;
	padding: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(img/chromebg2-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	background-color: #FFFFFF;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	z-index: 100;
	position: absolute;
	font-style: normal;
	border: 1px solid #084A52;
	margin-top: -23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	height: 100px;
	width: 100px;
}

.dropmenudiv a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 10px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
}
