/* Suckerfish Menu */
#nav { width: 770px; height: 20px; background-color: #000; background-color: #ff8500; border-bottom: 1px solid white; }
#nav a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .7em;
	color: #000;
	background-color: #ff8500;
	text-decoration: none;
	width: 110px;
	padding: 2px 20px ;
}

#nav li a:hover { background-color: #e58000; }
#nav li li a { display: block; font-weight: normal; padding: 2px 2px; }
#nav li {
	float: right;
	position: relative;
	text-align: center;
	cursor: default;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
#nav li>ul { border-top: 1px solid #ff8500; top: auto; left: auto; }
#nav li li.first { border-top: 1px solid white; }
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid white;
}
#nav li:hover ul, #nav li.over ul { display: block; }