.menuoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	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: normal;
	background-image: url(../images/navbar_off.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 28px;
	border-right-color: #858484;
	border-bottom-color: #858484;
	vertical-align: middle;
}
.menuon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	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: normal;
	background-image: url(../images/navbar_on.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 28px;
	border-right-color: #858484;
	border-bottom-color: #858484;
	vertical-align: middle;
}
