.submenuoff {
	background-color: #D7D9E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 2px;
	text-transform: capitalize;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-left-color: #525252;
	letter-spacing: 2px;
	border-bottom-color: #525252;
}
.submenuon {
	background-color: #253775;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 2px;
	text-transform: capitalize;
	text-align: left;
	border-top-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-left-color: #253775;
	letter-spacing: 2px;
	border-bottom-color: #253775;
}
.menuoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 2px;
	text-transform: capitalize;
	text-align: center;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-weight: bold;
	background-image: url(../images/nav_bar_off.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 45px;
	border-right-color: #858484;
	border-bottom-color: #858484;
}
.menuon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #D7D9E0;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 2px;
	text-transform: capitalize;
	text-align: center;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-weight: bold;
	background-image: url(../images/nav_bar_on.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 45px;
	border-right-color: #858484;
	border-bottom-color: #858484;
}
.topmenuoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 2px 10px 2px 20px;
	text-transform: capitalize;
	text-align: right;
	font-weight: bold;
	background-image: url(../images/arrow_off.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	border: 0px none;
}
.topmenuon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #253775;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 2px 10px 2px 20px;
	text-transform: capitalize;
	text-align: right;
	font-weight: bold;
	background-image: url(../images/arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	border: 0px none;
}
