.chromestyle{
	width: 99%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 8px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	background: url(img/chromebg2.gif) center center repeat-x;
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 810px;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #333333;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
}

.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;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	background-color: white;
	visibility: hidden;






filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);					
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #CACACA;
	border-bottom-color: #CACACA;
	border-left-color: #CACACA;
	z-index: 100;
	position: absolute;
	font-style: normal;
}


.dropmenudiv a{
	width: 100%;
	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;
}

