.JSMenuBaseContainer {
	font-family: Arial;
	text-decoration: none;
	color: #5E5750;
	/*padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	width:882px;*/
}
.JSMenuBaseItemCurrentLeft, .JSMenuBaseItemLeft, .JSMenuBaseItemRight, .JSMenuBaseItemCurrentRight {
	font-family: Arial;
	font-size: 11px;
	color: #5E5750;
	padding-left: 15px;
	padding-right: 15px;
}
.JSMenuBaseItemCurrentLeftOver, .JSMenuBaseItemLeftOver, .JSMenuBaseItemRightOver, .JSMenuBaseItemCurrentRightOver {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.JSMenuBaseItemCurrentLeft a:link, .JSMenuBaseItemCurrentLeft a:visited, .JSMenuBaseItemLeft a:link, .JSMenuBaseItemLeft a:visited, .JSMenuBaseItemCurrentLeftOver a:link, .JSMenuBaseItemCurrentLeftOver a:visited, .JSMenuBaseItemLeftOver a:link, .JSMenuBaseItemLeftOver a:visited , .JSMenuBaseItemRight a:link, .JSMenuBaseItemRight a:visited , .JSMenuBaseItemCurrentRight a:link, .JSMenuBaseItemCurrentRight a:visited , .JSMenuBaseItemRightOver a:link, .JSMenuBaseItemRightOver a:visited , .JSMenuBaseItemCurrentRightOver a:link, .JSMenuBaseItemCurrentRightOver a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	/*background-image: url("../images/n_nav.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	display: block;*/
	padding-top: 7px;
	width: 129px;
	height: 23px;
	text-align:center;
}
.JSMenuBaseItemCurrentLeft a:hover, .JSMenuBaseItemLeft a:hover, .JSMenuBaseItemCurrentLeftOver a:hover, .JSMenuBaseItemLeftOver a:hover , .JSMenuBaseItemRight a:hover , .JSMenuBaseItemCurrentRight a:hover , .JSMenuBaseItemRightOver a:hover , .JSMenuBaseItemCurrentRightOver a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0 -30px !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.JSMenu {
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	padding-top: 2px;
	border-style: solid;
	border-width: 5px 1px 1px;
	border-color: #6f7802 #6b930f #6b930f;
	text-align: left;
	position:absolute;
	left:0px;
	top:0px;
	z-index:500;
	
}
/* Hack for IE7 */
*:first-child+html .JSMenu {margin-top:-179px;}

.JSMenu td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.JSMenuItem, .JSMenuItemOver {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5E5750;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}
.JSMenuItem a:link, .JSMenuItem a:visited,.JSMenuItemOver a:link, .JSMenuItemOver a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5E5750;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	display:block;
}
.JSMenuItem a:hover, .JSMenuItemOver a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#265107;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	display:block;
}


