/*	styles describing the menu technique generally		*/
.drop ul, .drop li, .drop a
				{	padding: 0;	margin: 0; border: 0; 
					list-style-type: none;
				}

.drop a, .drop a:visited 
				{	display: block;	}

.drop 			{	float: left; position: relative;	}

.drop ul
				{	visibility: hidden;
					position: absolute;
					height: 0; left: 0; padding: 0; z-index: 2;
				}
.drop object	{	position: absolute; height: 0; top: 0; left: 0;	}

.drop table		/*	(MSIE hack)	*/		
				{	position: absolute;
					top: 0; left: 0;
					border-collapse: collapse;
				}

.drop a:hover, .drop ul ul a:hover
				{	background: transparent;	}	
				
.drop :hover > a, .drop ul ul :hover > a 
				{	background: transparent;	}


.drop:hover ul, .drop a:hover ul
				{	visibility: visible;	}

/*	styles describing the look of menus on the whole page	*/	
.drop a		{	font: 11px Arial, Helvetica, sans-serif;
				text-decoration: none; 
				color: rgb(102,102,102); background-color: transparent;
				width: auto;
				left: auto;
			}

#header .drop a:hover, #left .drop a:hover	
			{	color: rgb(204,0,0);		}

#header .drop ul li, #left .drop ul li	
			{	width: 144px;
				border-bottom: 1px solid rgb(230,230,230);
				background-color: rgb(204,204,204);
				margin: 0;
			}

#header .drop ul a, #left .drop ul a	
			{	width: 130px;
				padding: 5px 7px;
			}


/*	styles describing the particular menus in #header	*/



#header #masthead, #header #usnews 
			{	height: 77px;
				position: absolute;
				top: 0;
			}
#header #masthead	{	width: 705px;	}
#header #usnews		{	width: 72px; left: 698px;	} 

#header ul, #header li, #header a, #header i
			{	list-style-type: none;	
				margin: 0; padding: 0; border: 0;
				text-decoration: none;
			}

#header i 	{	visibility: hidden;	}


#header ul, #header ul a, #header ul i		{	height: 31px;	
												display: block;
											}	 

#header ul			{	background: url('../Images/home/main_nav_08.png') no-repeat;
						padding-left: 18px;
					}	

/* #left .drop li selector added per RT 73187	*/
#header li, #left .drop li			{	position: relative; float: left;	}
#header ul ul		{	background: rgb(204,204,204) url('../Images/home/arrow_down.gif') top left no-repeat; 
						padding: 8px 0 0;	
						top: 30px;				
					}

#header ul ul, #header ul ul a				
					{	height: auto;	}

#about			{	width: 62px;	} 
#about a:hover	{	background-image: url('../Images/home/about_us_R.png') }

#admission		{	width: 71px;	} 
#admission a:hover { background-image: url('../Images/home/admission_R.png') }	

#academics		{	width: 71px;	} 
#academics a:hover { background-image: url('../Images/home/academics_R.png') }

#athletics		{	width: 60px;	} 
#athletics a:hover { background-image: url('../Images/home/athletics_R.png') }

#graduate		{	width: 103px;	} 
#graduate a:hover {	background-image: url('../Images/home/graduate_studies_R.png') }

#studentlife		{	width: 78px;	} 
#studentlife a:hover { background-image: url('../Images/home/student_life_R.png') }

/* Changed 2008-02-18 mzanon per "Make a Gift"/"Alumni" change	*/

#alumni			{	width: 0px;	} 
/*
#alumni a:hover	{	background-image: url('../Images/home/alumni_R.png') }
*/

#make_a_gift		{	width: 73px	}
#make_a_gift a:hover {       background-image: url('../Images/home/make_a_gift_R.png') } 

/*	#location		{	width: 92px;	}	*/ 
	#location		{	width: 71px;	}	
 
#location a:hover { background-image: url('../Images/home/location_R.png') }

#applynow, #givenow	{	width: 140px;
				background: no-repeat 40px 10px;
			}		
#applynow {	background-image: url('../Images/home/apply_now.png');  }
#givenow {	background-image: url('../Images/home/give_now.png'); }
					
#about ul a:hover, #admission ul a:hover, #academics ul a:hover, 
	#athletics ul a:hover, #graduate ul a:hover, #studentlife ul a:hover, 
	#make_a_gift ul a:hover, #location ul a:hover	
				{	background-image: none;	} 

/*	styles pertaining to #left	*/

#quick_links ul			{	top: -240px; left: 95px; z-index: 1;}
* html #quick_links ul	{	top: -385px;	}
#directories ul			{	top: 5px; left: 91px; z-index: 1; }

