
* html #nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 240px;
}

* html  #nav2 a {
	display: block;
	width: 200px;
	margin-left: 20px;
	padding-top: 8;
	padding-bottom: 7;
	color: #140b03;
	text-decoration: none;
	font-size: 12px;
	font-weight: Ragular;
	font-family: Tahoma;
}

* html #need {
	display block; padding-top: 195px;
}

* html #nav2 li { /* all list items */
	float: left;
	width: 240px;
	height: 31px;
	padding: 0 10px;
	background-color: #00525e;
	position: relative;
}

* html #nav2 li.last { 
	border-bottom: 0;
}

* html #nav2 li ul { /* second-level lists */
	position: absolute;
	width: 240px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top : -28px;


}

* 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: 225px;
}




































#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 240px;
	height: 30px;
}

#nav2 a {
	display: block;
	width: 210px;
	margin-left: 21px;
	padding-top: 8;
	padding-bottom: 0;
	color: #140b03;
	text-decoration: none;
	font-size: 12px;
	font-weight: Ragular;
	font-family: Tahoma;
}

 #nav2 a:hover{
color:#a10100;
}

#need {
	display block; padding-top: 70px;
}

#nav2 li { /* all list items */
	float: left;
	width: 220px;
	height: 31px;
	padding: 0 10px;
	background: url('images/menu_bg.jpg') no-repeat;
	position: relative;
}

#nav2 li.last { 
	border-bottom: 0;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 240px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top : -21px;
	border: 1px solid  #FFFFFF;


}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#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: 240px;
}

