/* Styles for Orange Horizontal Nav */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;

}
#nav a {
	font-weight: bold;
	color: white;
text-decoration: none;
}
#nav li ul {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	font-weight: normal;
	background: transparent url(../i/menuround.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	width: 150px;
	
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #C2700A;
	padding: 0.2em 10px;
	text-align: left;
	height: 1%;
}
#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: none;
	border-right: solid 1px #fff;
}

#nav li#first {
	border-left: solid 1px #fff;
	width: 60px;
}
#nav li#last {
	width: 80px;
}
#nav li > ul {
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav li li a:hover {
	background-color: orange;
}
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width: 150px;
}


