#nav2{
	margin: 0px;
	padding: 0px;
	width: 180px;
}




#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	}
	
#nav ul li {
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	left: 149px;
	display: none;
	top: 0px;
	}
	
	
#nav2 a {
	text-decoration: none;
	color: #3e5133;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-align: right;
	height: 25px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#nav2 ul {
	list-style: none;
	width: 150px;
	background-image: url(../images/nav_hover_bg.png);
	background-repeat: repeat;
	background-color: transparent;

}
#nav2 ul li {
	list-style: none;
	top: 0px;
}

	
	

/* Styles for Menu Items */
#nav2 ul li a {
	display: block;
	text-decoration: none;
	color: #3e5133; /* IE6 Bug */
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 10px;
	}
	
/* Holly Hack. IE Requirement \*/
* html #nav2 ul li { float: left; height: 1%; }
* html#nav2 ul li a { height: 1%; }
/* End */

#nav2 li:hover ul, #nav2 li.over ul { display: block; } /* The magic */


#nav2 ul li a:hover {
	color: #3e5133;
	background-color: #f7f3e7;
	background: #f7f3e7;
} /* Hover Styles */
		
#nav2 li ul li a {
	color: #F4F0E1;
	text-align: left;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 2px;
	width: 140px;
	display: block;
} /* Sub Menu Styles */


#nav2 a:hover {
	color: #f7f3e7;
	background-color: transparent;
	background-image: url(../images/nav_hover_bg.png);
	background-repeat: repeat;
}
#nav2 li {
	list-style: none;
	height: 35px;
}
#nav2 li ul {
	list-style: none;
	width: 150px;
	margin-left: 30px;
	background-image: url(../images/nav_hover_bg.png);
	background-repeat: repeat;
	background-color: transparent;
}
