@charset "UTF-8";
/* CSS Document */


#mhs_topnav {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	font: bold 10px/16px arial, helvetica, sans-serif;
	}
	
#mhs_topnav ul {
	list-style:none;
	margin:0;
	padding:0;
	width:133px;
	float:left;
	font: bold 10px/16px arial, helvetica, sans-serif;
	padding:0;
	}
		
#mhs_topnav li {
	list-style:none;
	text-align:left;
	padding:0px;
	margin:0;
	}

#mhs_topnav ul ul li a {
	padding-left:10px;
	}

#mhs_topnav a:link, #mhs_topnav a:visited, #mhs_topnav h2 {
	font: bold 10px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	text-decoration:none;
	background:#cccccc;
	color:#000000;
	}

#mhs_topnav h2 {
	color: #000000;
	text-transform:capitalize;
	font-weight:normal;
	font-size:11px;
	width:133px;
	line-height:30px;
	padding-left:10px;
	margin:0;
	border:0;
	}

#mhs_topnav h2:hover {
	color:#3399cc;
	}

#mhs_topnav a {
	text-decoration: none;
	
	}

#mhs_topnav a:hover {
	color:#fdf0c9;
	background: #3399cc;
	border:0;
	}

#mhs_topnav ul li {
	position: relative;
	}

#mhs_topnav ul ul li, #mhs_topnav ul ul ul li {
	border:0;
	}

#mhs_topnav ul ul {
	position: absolute;
	z-index: 1500;
	}

#mhs_topnav ul ul ul {
	top: 0;
	left: 100%;
	}
	
div#mhs_topnav ul ul, div#mhs_topnav ul li:hover ul ul, div#mhs_topnav ul ul li:hover ul ul {
	display: none;
	}
	
div#mhs_topnav ul li:hover ul, div#mhs_topnav ul ul li:hover ul, div#mhs_topnav ul ul ul li:hover ul {
	display: block;
	}

#mhs_top_button a:hover {
	color:#cccccc;
	background:#3399cc;
	z-index: 1600;
	}
	
#home #mhs_top_button-home h2, #profile #mhs_top_button-profile h2, #disciplines #mhs_top_button-disciplines h2, #testimonials #mhs_top_button-testimonials h2, #employment #mhs_top_button-employment h2, #contact #mhs_top_button-contact h2 {
	background:#3399cc;
	color:#fdf0c9;
	}
	
#home #mhs_top_button-home h2:hover, #profile #mhs_top_button-profile h2:hover, #disciplines #mhs_top_button-disciplines h2:hover, #testimonials #mhs_top_button-testimonials h2:hover, #employment #mhs_top_button-employment h2:hover, #contact #mhs_top_button-contact h2:hover {
	color:#3399cc;
	background:#cccccc;
	}
	
