.mainmenustyle {
	width: 926px;
	padding-left: 50px;
}
.mainmenustyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mainmenustyle ul {
	/*border: 1px solid #BBB;
background: url(../images/nav_bg.jpg) center center repeat-x; /*THEME CHANGE HERE NORMAL IMAGE*/ 
	width: 840px;
	height: 33px;
	margin: 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
	background-image: url(../images/nav_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-left: 15px;
	margin-left: 8px;
}
.mainmenustyle ul li {
	display: inline;
}
.mainmenustyle ul li a {
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #BBB;
	padding: 8px 15px 8px 15px;
	float:left;
}
.mainmenustyle ul li .first a {
	color: #494949;
	margin: 0;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainmenustyle ul li a:hover, .mainmenustyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #494949;
	margin: 0;
	text-decoration: none;
	background-color: #f89922;
	padding: 8px 15px 8px 15px;
	float:left;
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-x;
	background-position: left top;	/*background: url(../images/nav_button_over.jpg) center center repeat-x; THEME CHANGE HERE ROLLOVER IMAGE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	width: auto;
	visibility: hidden;
	font-size: 11px;
	margin-left: 2px;
	margin-top: 1px;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color:#FFFFFF;
	background-image: url(../images/menu_overlay.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #939598;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-image: url(../images/menu_overlay_hover.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #169592;
	width: auto;
}
.dropmenudiv .m_bottom {
	background-image: url(../images/nav_bottom_r.png);
	background-repeat: no-repeat;
	background-position: right top;
}
