#Table_01 {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:926px;
	height:145px;
}

#banner-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:274px;
	height:145px;
}

#banner-02_ {
	position:absolute;
	left:274px;
	top:0px;
	width:505px;
	height:145px;
}

#banner-03_ {
	position:absolute;
	left:779px;
	top:0px;
	width:146px;
	height:145px;
}

#banner-04_ {
	position:absolute;
	left:925px;
	top:0px;
	width:1px;
	height:145px;
}


.chromestyle{
	position:relative;
	margin: 0 auto;
	background-color: #fff;
	width: 926px;
	padding: 0;
/*width: 99%;
font-weight: bold;*/
}

#chromebar {
	width: 908px;
	position:relative;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: url(../images/mainnavBg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul{
	position:relative;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width: 800px;
	list-style: none;
	height: 2.1em;
	border-color: #5D8212;
	/*border: 1px solid #BBB;*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	font-family: 'Bookman Old Style', serif;
	color: #fff;
	font-size: 13px;
	/*padding-top: -1em;
	padding-left: 1.4em;
	padding-right: 1.4em;*/
	padding: 0 2.8em;
	line-height: 1.7em;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;
	padding: 4px 7px;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #CDEB26;
	/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-left: 7em;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: 'Bookman Old Style', serif;
	color: #fff;
	font-size: 9pt;
	/*font:normal 12px Verdana;*/
	line-height:18px;
	z-index:100;
	background-color: #7BB115;
	width: 240px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #3B3939;
	/*background-color: #F0F0F0;*/
}