#menuList {
	position:relative;
	/* font-size:1em; */
	font-size: 12px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

#mainMenu {
	position: relative;
	background-color: #474747; /* color of main menu bar */
	border-top: 8px solid #474747;
	border-bottom: 4px solid #474747; 
}

#menuList ul {
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

#menuList li {
	z-index: 100;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a.top_level { /* controls top level menu items */
	font-family: Century Gothic;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 100;
	margin: 0px;
	padding-left: 10px;
	padding-right: 12px;
	border-top: 8px solid #474747;
	border-bottom: 4px solid #474747;
}

a.top_level:hover, a.top_level:focus {
	color: #FF2BA5; /* light pink */
}

/* these control width of drop-down box div */
#people { width: 110px; }
#services { width: 110px; }

.menu { /* drop-down text styling - overall */
	font-family: Century Gothic;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
.menu li {
	width:100%;
}
/* Only for IE-Mac */ 
.menu li a {
	background: #474747;
	z-index:100;
	color: #fff;
	display: block;
	width:100%;
	text-decoration: none;
	margin: 0px;
	padding: 9px 8px 9px 8px; /* top right bottom left */
	margin-top:-9px; 
}

.menu li a:hover {
	background-color: #474747;
	color: #D0007A;
}

/* Hide from IE-Mac \*/ 
.menu li a {
	background: #474747;
	z-index:100;
	color: #fff;
	display: block;
	width:100%;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px 4px 10px; /* top right bottom left */
	margin-top:-1px; /* ensure rollover continues into dropdown */
	/* border-bottom: 1px solid #FFFFFF; */
}
.menu li a:hover {
	background-color: #D0007A;
	color: #FFFFFF;
}

/* End hide */

