/* CSS Document */
#nav, #nav ul { /* all lists */
		padding:0;
		margin: 0 0 25px 0;
		list-style: none;
		float : left;
		width : 130px;
		border:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 15px;
		margin-bottom : -1px;
		width: 120px;
		
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 130px;
		margin-top : -25px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 125px;
		w\idth : 125px;
		_width:130px;
		display : block;
		color : #777;
		font-size:10px;
		text-decoration : none;
		background:#DACB9F;
		border : none;
		padding:5px 0 5px 5px;
	}
	
	#nav li a:hover {
		color : white;
		
	}
	
	#nav a.submenu {
display:block;
background: #DACB9F url(http://www.comcol.umass.edu/images/submenu.gif) 95% 50% no-repeat;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#center ul {
	margin: 0px;
}

/*Undergraduate conference link*/
#conferenceBox {
padding:2px;
margin:10px;
margin-top:-10px;
margin-bottom:20px;
border:1px solid black;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
}

#conferenceBox a {
color:#990033;
text-decoration:none;
}