/****************
 *   MENU BAR   *
 ****************/
div.menu {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-top:23px;
	margin-bottom:23px;
}

span.menuItem {
	text-transform:uppercase;
	margin-left:7px;
	margin-right:7px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

span.menuItem a {
	color:black;
	text-decoration:none;
}

span.menuItem a:visited {
	color:black;
}

span.menuItem:hover a {
	color:#8475b9;
	border-top:1px solid #8475b9;
	border-bottom:1px solid #8475b9;
}

span.menuItem a:hover {	color:#8475b9;	}

span.here {
	border-top:1px solid #8475b9;
	border-bottom:1px solid #8475b9;
	background-color:#8475b9;
	padding-left:7px;
	padding-right:7px;
	margin-left:0px;
	margin-right:0px;
}


/****************
 *   SUB MENU   *
 ****************/
div.subMenu {
	text-align:center;
	font-weight:bold;
	margin-bottom:23px;
}

div.subMenu a:visited {	color:#6e1245;	}
div.subMenu a:hover {	color:#8475b9;	}

a.topLink {
	float:right;
	font-size:14px;
}

a.topLink:visited {	color:#6e1245;	}
a.topLink:hover {	color:#8475b9;	}