@charset "utf-8";
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float : left;
	width : 175px;
	margin: 0;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px;
	color: #8b0f04;
	width:auto;
	white-space: nowrap;
	line-height: 18px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 176px;
	width: 165px;
	white-space: nowrap;
	margin-top: -28px;
	padding-left: 10px;
	background-image: url(../images/arrow-1.gif);
	background-repeat: no-repeat;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	width : 175px;
	display : block;
	color : #ffffff;
	text-decoration : none;
	background-color : #8b0f04;
	border : 1px solid #FFF;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-right: 5px;
}
#nav li a:hover {
	color : #8b0f04;
	background-color : white;
}
#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 { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	width : 150px;
	display : block;
	color : #ffffff;
	text-decoration : none;
	background-color : #666;
	border : 1px solid #FFF;
	text-transform: capitalize;
	padding-left: 5px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	letter-spacing: normal;
}
#nav li ul li a:hover {
	color : #8b0f04;
	background-color : white;
}

