a.mainmenu {
	font-weight:bold;
	color: #d9330d;
	text-decoration: none;
	white-space:nowrap;
}
a.mainmenu:hover {
	color: #291770;
	text-decoration: none;
}
a.submenu {
	width:130px;
	height:20px;
	font-weight:bold;
	font-size:10px;
	color: #291770;
	text-decoration: none;
}
a.submenu:hover {
	width:130px;
	font-weight:bold;
	color: #d9330d;
	text-decoration: none;
}
a.submenuactive {
	height:20px;
	width:130px;
	font-weight:bold;
	font-size:10px;
	color: #d9330d;
	text-decoration: none;
}
a.submenuactive:hover {
	width:130px;
	font-weight:bold;
	color: #d9330d;
	text-decoration: none;
}
a.activemenu {
	font-weight:bold;
	color: #291770;
	text-decoration: none;
}
a.activemenu:hover {
	font-weight:bold;
	color: #291770;
	text-decoration: none;
}
.menutable {
	border-collapse:collapse;
	width:100%;
}
.highlight {
	text-decoration: none;
	color: #d9330d;
}
div#mainmenu .mainmenuitem {
	width: 162px; 
	padding-right: 13px;	padding-bottom: 7px;	padding-top: 10px;
	font-weight:bold;
	font-size:14px; 
	text-align: right;
	cursor: pointer;
}

div#mainmenu .mainmenuitemover {
	width: 162px;
	padding-right: 13px;	padding-bottom: 7px;	padding-top: 10px;
	font-weight:bold;
	font-size:14px; 
	text-align: right;
	color: #f9eb8c;
	cursor: pointer;
}

div#mainmenu .mainmenuitem a {
	color: white;
	text-decoration: none;
}

div#mainmenu .mainmenuitemover a {
	color: #f9eb8c;
	text-decoration: none;
}

.submenuitem {
	position: relative;
	width: 172px; 
	padding-right: 60px;	padding-bottom: 5px;	padding-top: 5px;
	font-size:14px; 
	text-align: right;
	cursor: pointer;
	color: #8d381d;
}

.submenuitemover {
	position: relative;
	width: 172px; 
	padding-right: 60px;	padding-bottom: 5px;	padding-top: 5px;
	font-size:14px; 
	text-align: right;
	cursor: pointer;
	color: #8d381d;
	font-weight:bold;
}

.submenuitem a {
	font-size:14px; 
	color: #8d381d; !important;
	text-decoration:none;
}

.submenuitemover a {
	font-size:14px; 
	color: #8d381d;	!important;
	font-weight:bold;
	text-decoration:none;
}