* html #nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 180px;
	height: 38px;
}

* html  #nav2 a {
	display: block;
	width: 145px;
	height: 38px;
	margin-left: 17px;
	padding-top: 12;
	padding-bottom: 2;
	color: #2c2969;
	text-decoration: none;
	font-size: 11px;
	font-weight: Bold;
	font-family: Arial;
}

*html #nav2 a:hover{
color:#a10100;
}

* html #need {
	display block; padding-top: 195px;
}

* html #nav2 li { /* all list items */
	float: left;
	width: 168px;
	height: 20px;
	padding: 0 9px;
	background-color: #fcf2e3;
	position: relative;
}

* html #nav2 li.last { 
	border-bottom: 0;
}

* html #nav2 li ul { /* second-level lists */
	position: absolute;
	width: 168px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top : -38px;


}

* html #nav2 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

* html #nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}

* html #nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul { /* lists nested under hovered list items */
	left: 168px;
}




































#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 180px;
	height: 38px;
}

#nav2 a {
	display: block;
	width: 158px;
	line-height: 110%;
	margin-left: 15px;
	padding-top: 12;
	padding-bottom: 2;
	color: #68696A;
	text-decoration: none;
	font-size: 11px;
	font-weight: Bold;
	font-family: Arial;
}

 #nav2 a:hover{
color:#a10100;
}

#need {
	display block; padding-top: 180px;
}

#nav2 li { /* all list items */
	float: left;
	width: 160px;
	height: 38px;
	padding: 0 10px;
	background: url('images/left_menu_image.jpg') no-repeat;
	position: relative;
}

#nav2 li.last { 
	border-bottom: 0;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top : -25px;
}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav2 li ul li { /* all list items */
	float: left;
	width: 180px;
	height: 38px;
	padding: 0 10px;
	background: url('images/left_menu_sub_image.jpg') no-repeat;
	position: relative;
	
}

#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul { /* lists nested under hovered list items */
	left: 180px;
}
