/*-------------------
Sarah Lawrence College Undergraduate Web Site
Global Navigation CSS
Author: Winston Churchill-Joell <wjoell@sarahlawrence.edu>
Copyright Sarah Lawrence College. All rights reserved
-----------------------------------------------------------*/

/*-------------------
Main Navigation
-----------------------------------------------------------*/
#global-navigation {
	clear:both;
	width:100%;
	line-height:normal;
	text-align: center;
}
#global-navigation ul {
	padding: 0;
	margin: 0;
	float: left;
	background-color: #360;
	list-style:none;
	text-align: center;
	width: 100%;
	/* padding-top: .35em; */
	border:1px solid #000;
	border-right: none;
	border-left: none;
}
#auxillary-navigation ul {
	background-color: #000;
	width: 65em;
	margin-left: 1em;
}
#global-navigation li {
	display: inline; /*for IE5-Mac*/
	padding: 0;
	margin: 0;
	line-height: 1.1em;
}
/* Restore above rule; hide from IE5-Mac \*/
#global-navigation li {display: block;float: left;}
/* End IE5-Mac hack */
#global-navigation a {
	display: block;
	float: left;
	text-decoration:none;
	white-space: nowrap;
	font-size:85%;
	/* margin-bottom:-1px; */
	position: relative;
	z-index: 10;
	padding: 0;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
}
#global-navigation a span {
	display:block;
	float: left; /*for IE5-Mac*/
	font-weight:500;
	color:#fff;
	padding: .3em .5em;
	border-right:1px solid #693;
}
#auxillary-navigation a span {
	border-right:1px solid #666;
}
/* Restore above rule; hide from IE5-Mac \*/
#global-navigation a span, #global-navigation a {float: none;}
/* End IE5-Mac hack */
#global-navigation a:hover span {
	color:#fff;
}
#global-navigation #current a {
	border-width:0;
}
#global-navigation #current a span {
	color:#060;
}
#global-navigation a:hover {
	background-color: #fff;
}
#global-navigation a:hover span {
	color: #360;
}
#nav-undergrad {
	margin-left: 1em;
}

