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

#nav a {
	display: block;
	width: 8em;
	color: #7d7d7d;
}

#nav a:hover {
	color: #000;
	text-decoration: none;
}

#nav li {
	float: left;
	font-size: 12px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul li {
	background: #fff;
	border-bottom:  1px solid #cccccc;
	font-size: 12px;
	text-transform: none;
	padding-bottom: 4px;
	padding-right: 10px;
	font-weight: normal;
	color: #000;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

a:link, a:visited	{
	color: #c51319;
	text-decoration: none; 
}

a:active, a:hover	{
	color: #a71018;
	text-decoration: underline; 
}

a.white:link, a.white:visited	{
	color: #7d7d7d;
	text-decoration: none; 
	margin-right: 15px;
}

a.white:hover, a.white:active {
	color: #000; 
}

a.pad:link, a.pad:visited, a.pad:hover, a.pad:active {
	padding-top: 6px;
	padding-left: 10px;
}

a.under:hover, a.under:active  {
	border-bottom: 2px solid #0b3a66;
	padding-bottom: 4px;
}

a.under:link, a.under:visited  {
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
	width: 162px;
}

.last {
	border-bottom: 1px solid #dfdfdf;
}


a.list:link, a.list:visited	{
	text-decoration: none; 
	color: #8a1f03;
}

a.list:hover, a.list:active {
	text-decoration: underline;
	color: #8a1f03;
}