/* Navigation */

#nav, #nav ul { /* all lists */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding: 0;
	margin: 0 0 3px;
	list-style: none;
	float : left;
	width : 163px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 27px;
	margin-bottom : -1px;
	width : 163px;
}

#nav li h2 {
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:27px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 162px;
	margin-top : -29px;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	background: url("../css/arrow1.gif") no-repeat 150px 50%;
	display : block;
	color : #5d6268;
	text-decoration : none;
	border : 1px solid #dadbdd;
	text-indent : 5px;
	width : 161px !important;
	width : 163px;
}

#nav li a:hover {
	color : #bc0e0d;
}

#nav li ul li a {
	background: #fff;
}

#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;
}