.chromestyle{
width: 100%;
font:normal 14px Verdana;
font-weight: bold;
line-height:38px;
}

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

.chromestyle ul{
border: 0px solid #000000;
width: 100%;
background: url(chrome_table_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
/*display: inline;*/
display:inline-block
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 11px;
	line-height:38px;
	height:38px;
	margin: 0;
	text-decoration: none;
	border:0px;
	/*border-left:1px solid #333333;
	/*border-right: 1px solid #333333; /*THEME CHANGE HERE*/
	background: url(chrome_table_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	font:normal 14px Verdana;
	font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chrome_table_bg_over.jpg) center repeat-x; /*THEME CHANGE HERE*/
	color:#ffffff;
	font:normal 14px Verdana;
	font-weight: bold;
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border:1px solid #ff00ff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	color: #ffffff;
	z-index:100;
	/*background-color: #43060c;*/ /*THEME CHANGE HERE*/
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	/*border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0px;
	text-decoration: none;
	font:normal 12px Verdana;
	/*font-weight: bold;*/
	color: #ffffff;
	background-color: #931b1d;
	line-height:25px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #560a0c;
}

.table_borders{
	border-style:solid;
	border-left-width:0px;
	border-left-color:#000;
	border-right-width:0px;
	border-right-color:#000;
	border-top-width:0px;
	border-bottom-width:0px;
}

