﻿#nav
{
	float: left;
	list-style: none;
	background: #333 url(/images/top-bar-off.gif) repeat-x;
	padding: 0;
	margin: 0;
	line-height: 22px;
}

#nav ul
{
	float: left;
	list-style: none;
	background: #333333 url(/images/drop-down-bkg.gif) repeat;
	padding: 0;
	border-top: solid 1px #666666;
	font-size: 12px;
}

#nav a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 14px;
}

#nav ul a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	padding: 5px 11px;
}

#nav img
{
	border: none;
}

#nav li
{
	float: left;
	padding: 0;
}

#nav li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	width: 190px;
}

#nav li li
{
	display: block;
	clear: both;
	width: 190px;
	border-bottom: solid 1px #333333;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
	left: auto;
}

#nav li:hover, #nav li.sfhover
{
	background: #333333 url(/images/top-bar-hover.gif) repeat-x;
}

#nav ul li:hover, #nav ul li.sfhover
{
	background: #666666 url(/images/drop-down-hover.gif) repeat;
}

p, li, div {
    font-family: Arial, Trebuchet MS, sans-serif !important;
}
