NAVIGATION --------------------- */
	
#navtop {
	margin-top: 0;
	height: 15px;
	background: url(../img/nav-top.gif) bottom repeat-x;
	}

#navbottom {
	height: 15px;
	background: url(../img/nav-bottom.gif) top repeat-x;
	}

ul#nav {
	font: 12px/18px Georgia, Times New Roman, Times, serif;
	border-top: 1px solid #492A0C;
	border-bottom: 1px solid #492A0C;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	display: block; 
	margin-top: 0px;
	height: 30px;
	float: left;
	}
	
li#nav-home, 	li#nav-faculty, li#nav-graduate, li#nav-research, li#nav-dept, li#nav-resources, li#nav-contact {
	border-right: 1px solid #CFCFCF;
	background: url(../img/arrow-down.gif) right 55% no-repeat;	
	}

#nav li a {
	display: block;
	color: #444;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
	border-left: 1px solid #FFF;
	border-bottom: 0;
	}

li#nav-home {
	background: none;
	}

li#nav-home a {
	border-left: 0;	
	padding-right: 15px;
	background: none;
	}	

li#nav-contact {
	border-right: 0;	
	}	

	
/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level menus */
#nav ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	margin: 0px 0 0 -1px;
	padding: 0;
	width: 14.4em;
	w\idth: 13.9em;
	height: auto;
	border: solid #C7C7C7;
	border-width: 1px 1px 0;
	background: #F9F9F9;
}

/* 3rd level menus only */
#nav ul ul {
	margin: -1.3em 0 0 12em;
}

/* 2nd and 3rd level menus */
#nav li li {
	padding: 0px 1em 2px 0;
	width: 13em;
	height: auto;
	border-bottom: 1px solid #DBDBDB;
}

/* 2nd and 3rd level menus */
#nav ul a {
	width: 13em;
	w\idth: 9em;
	border-right: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ECECEC;
}

/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {
	background: #E9B2CE;
}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
	background: none;
	}

/* 2nd level menus only */
#nav a.sub {
	background: url(../img/arrow-right.gif) right 52% no-repeat;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		
