@charset "utf-8";
/* bw-menu.css */

/* ****************************************************************** 
Horizontal menu
******************************************************************* */

#mainMenu { position:relative; clear:both; z-index:10;}
#menuTop {   
	width:960px;
	height:30px;
	background: #666;
	z-index:11;
	border-bottom:1px solid #333; }

ul.menuHoriz    { list-style-type:none; padding:0; margin:0; overflow:hidden; }
ul.menuHoriz li { float:left; height:30px; margin: 0; padding:0; text-align:center;}

ul.menuHoriz li:hover { background: #9a0000; }

ul.menuHoriz li.Discover         { width: 110px; border-right:1px solid #333; }
ul.menuHoriz li.CurrentStudents  { width: 132px; border-left:1px solid #ccc; border-right:1px solid #333; }
ul.menuHoriz li.FutureStudents   { width: 127px; border-left:1px solid #ccc; border-right:1px solid #333; }
ul.menuHoriz li.Academics        { width: 93px; border-left:1px solid #ccc; border-right:1px solid #333;  }
ul.menuHoriz li.ContinuingEd     { width: 162px; border-left:1px solid #ccc; border-right:1px solid #333; }
ul.menuHoriz li.FacultyStaff     { width: 116px; border-left:1px solid #ccc; border-right:1px solid #333;  }
ul.menuHoriz li.Foundation       { width: 98px; border-left:1px solid #ccc; border-right:1px solid #333; }
ul.menuHoriz li.Accreditation    { width: 105px; border-left:1px solid #ccc; }

ul.menuHoriz li  a {}
ul.menuHoriz li  a, ul.menuHoriz li  a:visited {
	display:block; 
	padding: 7px 0 5px 0;
	margin:0; 	 
	font: 1.1em Helvetica, Arial,sans-serif; 
	color:#fff;
	text-decoration: none; 
	text-align:center;
 }
ul.menuHoriz li  a:hover  { display:block; color:#fff; }

/* ****************************************************************** 
fly-out menus
******************************************************************* */

ul.menuVert { 
	position:absolute;	
	top:30px;
	margin:0; 
	padding:0;
	visibility:hidden;
	color:#000;
	border:1px solid #000; /*6a6a6a*/
	border-top:none;
	height:410px;
	overflow:hidden;
	z-index:100;
	} 
ul.menuVert li { list-style-type:none; margin:0 0 8px 0; padding:0 0 1px 0; font-size:0.95em; line-height:135%; width:145px; }
ul.menuVert li a, ul.menuVert li a:visited        { color:#000; text-decoration:none; }
ul.menuVert li a:hover, ul.menuVert li a:active   { color:#c00; }

ul.menuVert li ul li { border-bottom:1px dotted #c9c9c9; }

ul.menuVert  h3 { font-size:1.1em; font-weight:bold; color:#9a0000; padding:0 0 5px 0; margin:0; }
ul.menuVert li.submn { float:left; padding:10px 10px; }
ul#menuSub-Discover, ul#menuSub-CurrentStudents, ul#menuSub-FutureStudents, ul#menuSub-Accreditation, ul#menuSub-Academics, ul#menuSub-FacultyStaff, ul#menuSub-ContinuingEd, ul#menuSub-Foundation {
	width:938px; padding: 5px 10px; margin:0;  }

ul#menuSub-Discover        { position:absolute; left:0px; background: url(images/arrow-flyout.png) -1043px 0 no-repeat; }
ul#menuSub-CurrentStudents { position:absolute; left:0px; background: url(images/arrow-flyout.png) -925px 0 no-repeat ; }
ul#menuSub-FutureStudents  { position:absolute; left:0px; background: url(images/arrow-flyout.png) -792px 0 no-repeat ; }
ul#menuSub-Academics       { position:absolute; left:0px; background: url(images/arrow-flyout.png) -675px 0 no-repeat ; }
ul#menuSub-ContinuingEd    { position:absolute; left:0px; background: url(images/arrow-flyout.png) -550px 0 no-repeat ; }
ul#menuSub-FacultyStaff    { position:absolute; left:0px; background: url(images/arrow-flyout.png) -405px 0 no-repeat ; }
ul#menuSub-Foundation      { position:absolute; left:0px; background: url(images/arrow-flyout.png) -297px 0 no-repeat ; }
ul#menuSub-Accreditation   { position:absolute; left:0px; background: url(images/arrow-flyout.png) -195px 0 no-repeat ; }


ul.menuVert ul { margin:0; padding:0; }

ul.menuVert img { margin-bottom:10px; border:0 }

