/* Dropdown Nav Style

---------------------------------------------------------------------------------------

#nav {

	background: #fff;

	font-size: 13px;

	line-height: 15px;

	margin: 5px 0 0 168px;

	list-style: none;

}



* html #nav {

	margin-top: 2px;

}



#nav ul {

	list-style: none;

	list-style-image: none;

	background: #e4ddd8;

}



#nav li {

	float: left;

	white-space: nowrap;

	margin: 0;

	text-align: left;

}



#nav li.last {

	border-right: solid 1px #e6e6e6;

}



#nav a {

	display: block;

	margin: 0;

	padding: 5px 12px;

	text-decoration: none;

	color: #000;

	background: #fff;

	border: 1px #e6e6e6;

	border-style: solid none solid solid;

}



#nav li ul {

	position: absolute;

	display: none;

	margin: 0 0 0 4px;

	border: solid 1px #e6e6e6;

	border-style: none solid solid solid;

	background: #f5f5f5;

	font-size: 11px;

}



#nav li li {

	float: none;

}



#nav li:hover a, #nav li.sfhover a {

	text-decoration: none;

	background: #f5f5f5;

	color: #ee2e24;

}



#nav li:hover ul a, #nav li.sfhover ul a {

	width: 154px;

	margin: 0;

	padding: 4px 5px;

	text-decoration: none;

	border: none;

	color: #000;

}



#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {

	background: #e6e6e6;

	color: #ee2e24;

}



#nav li:hover ul, #nav li.sfhover ul {

	display: block;

}

*/

#nav {

	background: url(../img/nav-bg.jpg) top left repeat-x;

	height: 27px;

}



#nav, #nav ul { /* all lists */

	padding: 0;

	margin: 0;

	list-style: none;

	line-height: 1;

}



#nav a {

	display: block;

	font-size: 10px;

	line-height: 12px;

	text-decoration: none;

	color: #fff;

	font-weight: bold;

	padding: 3px 6px 1px 6px;

}



#nav li { /* all list items */

	float: left;

	display: inline;

	width: 8em; /* width needed or else Opera goes nuts */

	margin: 0 0 0 30px;

	text-transform: uppercase;

}



#nav li ul { /* second-level lists */

	position: absolute;

	background: #d11b37;

	width: 11em;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}



#nav li li {

	margin: 0;

	width: 11em;

	text-transform: none;

}



#nav li ul ul { /* third-and-above-level lists */

	margin: -18px 0 0 11em;

}



#nav li ul ul, #nav li ul ul li {

	width: 14em;

}



#nav li:hover a, #nav li.sfhover a {

	text-decoration: underline;

}



#nav li:hover ul a, #nav li.sfhover ul a {

	padding: 3px 6px;

	text-decoration: none;

}



#nav li:hover ul a:hover, #nav li.sfhover ul a:hover, #nav li:hover ul li:hover, #nav li.sfhover ul li.sfhover {

	background: #640e1b;

}



#nav li:hover ul ul, #nav li.sfhover ul ul {

	left: -999em;

}



#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}