/*
==========================
===== GLOBAL STYLING =====
==========================
*/
#nav ul {
	width: 270px;
	background: #fff;
	border-left: #666666 dashed 1px;
	border-right: #666666 dashed 1px;
	border-bottom: #666666 dashed 1px;
	margin: 38px 0 0 0;
}
#nav ul li {
	border: 0;
	font-size: 0.9em;
	width: 270px;
	padding: 0 0 0 10px;
}
#nav ul li a {
	display: block;
	color: #b40000;
	padding: 0 0 0 15px;
	background: url(../_img/bullet_arrow.gif) left center no-repeat;
}
#nav li ul {
	position: absolute;
	left: -9999em;
}
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
