.chromestyle{
	width: 944px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 0px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 944px;
	padding: 0px;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
	list-style-type: none;
	border: none;
	margin: 0px;
	height: 39px;
	width: 105px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.chromestyle ul li a{
	padding: 0px;
	margin: 0;
	text-decoration: none;
	border: none;
}

.chromestyle ul li a img {
	border: 0px none;
	margin: 0px;
	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: center center; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px "Trebuchet MS";
	z-index:100;
	background-color: #FFD05A;
	visibility: hidden;
	filter: progid;
	border: 1px solid #884D1A;
	width: 150px;
	background-image: url(../images/columntops.jpg);
	background-repeat: no-repeat;
	background-position: center -4px;
	margin: 0px;
	padding: 0px;
:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 150px;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	border-top: 1px solid #403F00;
	border-bottom: 1px solid #403F00;
	font-size: 13px;
}

.dropmenudiv a:hover{
	background-color: #D02302;
	color: #FFFFFF;
	font-weight: bold;
}

