#menu {
	width: 800px;
	float: left; }

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* width: 12em;*/
	float: left; }
#menu ul.home {width: 55px; }
#menu ul.hair {width: 120px; }
#menu ul.phot {width: 59px; }
#menu ul.fees {width: 115px; }
#menu ul.why {width: 124px; }
#menu ul.edu {width: 83px; }
#menu ul.onl {width: 140px; }
#menu ul.cont {width: 80px; } 


/*  #menu ul.hair {width: 130px; }  orig
#menu ul.phot {width: 69px; }
#menu ul.fees {width: 125px; }
#menu ul.why {width: 134px; }
#menu ul.edu {width: 86px; }
#menu ul.onl {width: 150px; }
#menu ul.cont {width: 90px; }  */


#menu a, #menu h2 {
	font: 11px/15px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #29416e;
	text-decoration: none; }
#menu ul li {
	border-left: 1px solid #29416e; }
#menu ul li.first {border-left: 0; }

#menu a:hover {
	color: #29416e;
	background-color: #fedc8b; }
#menu a.top:hover {
	background-color: #fedc8b; }

#menu li {position: relative;}
#menu li ul {
	background-color: #FFFFFF; }
#menu li ul li {
	border-bottom: 1px solid #29416e;
	width: 100%; }

#menu ul ul {
	position: absolute;
	z-index: 500; }
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; }

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
	{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
	{display: block;}