.mainmenuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CECC65;
	text-align: right;
	padding: 0px;
	height: 25px;
	margin: 0px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.mainmenuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCFFF8;
	text-align: right;
	padding: 0px;
	height: 25px;
	margin: 0px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.submenuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #354883;
	text-align: center;
	padding: 0px 0px;
	height: 15px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
	background-color: #CECE6A;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.submenuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCD65;
	background-color: #12137D;
	text-align: center;
	padding: 0px 0px;
	height: 15px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
