@charset "utf-8";
/* CSS Document */

/* This stylesheet is built to address compatibility issues between Firefox, IE, Safari, Chrome, and Opera. */
/* This sheet contains the elements necessary to build the navigation bar at the top of the page. */
/* Note that this stylesheet is different from 'styleNavBar.css' in that it removes the right margin for the navigation bar. This is designed to fit the template of the Ivy Quad site */

/* Set up the container that will hold the navigation bar */
#navContainer {
	width: 690px;
	height: 20px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
} 
/* Set up the properties of the unordered list we will use to set up our links */
#navigation, #navigation ul {
	width: 860px;
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
	border-width: 0;
	line-height: 1;
	background-color: #AA650C;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#navigation li {
	float: left;
	padding: 0;
	width: 115px;
	background-color: #AA650C;
}
/* Set properties for the links themselves */
#navigation a {
	display: block;
	width: 115px;
	w\idth: 115px;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
}
/* Set up properties  for the layer of drop-down links */
#navigation li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 115px;
	w\idth: 115px;
	border-width: 0;
	margin: 0 0 0 0;
}
#navigation li li {
	width: 115px;
	w\idth: 115px;
}
#navigation li li a {
	width: 115px;
	w\idth: 115px;
}
#navigation li ul ul {
	margin- -1.75em 0 0 14em;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
}
#navigation li:hover, #navigation li.sfhover {
	background: #737B35
}