
a.mainlevel:link, a.mainlevel:visited {
	font-face: Arial, Helvetica, sans-serif;
	display: block;
	background: url(../images/menu_bg.gif) no-repeat;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	padding-top: 8px;
	padding-left: 0px;
	height: 20px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
	margin-left: 10px;
}

a.mainlevel:hover {
	background-position: 0px -30px;
	text-decoration: none;
	color: rgb(241,180,35);
	font-weight: bold;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}
