/* MAIN MENU
----------------------------------------------------------- */

/* main menu */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background-color: #fff;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #5959AC;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	/*border: 1px solid #ccc;*/
	margin-bottom: 2px;

	background-image: url("../images/rounded_corners.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.mainlevel:hover {
	background-color: #F5FBFC;
	text-decoration: none;
	color: #D25EE3;
	/*border: 1px solid #999;*/
	margin-bottom: 2px;
	line-height: 24px;
	font-weight: bold;
	background-image: url("../images/rounded_corners_over.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}



/* sub menu */
a.sublevel:link, a.sublevel:visited {
	background-image: none;
	padding-left: 1px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	color: #007AC0;
	text-align: left;
}

a.sublevel:hover {
	background-image: none;
	color: #f00;
	text-decoration: none;
}



/* active menu */
#active_menu {
	color:#c00;
	font-weight: bold;
}

a#active_menu:hover {
	color: #f00;
	font-weight: bold;
}