﻿#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#nav a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	display: block;
	background: #408080;
	font: 11/15px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: auto;
	color: #FFFFFF;
	font-weight: 500;
}

#nav li {
  float: left;
  width: 7.5em;
  list-style: none;
  list-style-image: none;
}

#nav li ul {
  position: absolute;
  width: 9em;
  left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul  {
  left: auto;
  color: 6CABC0;
  clear: left; 
}

