
 
 ul#menu {
	height: 		40px;
	list-style:		none;
	margin-top:		0px;
	padding:		0px;
	overflow:		auto; /* makes sure the container fits the floated list-items below */
	/*background-color:#93B707; /* moved and lightened the background color from ul#menu li */

}
ul#menu li{
	margin:			0px 0px;
	padding:		0; /* padding moved to the a element below*/ 
	float:			left;
	font-family:	Arial, sans-serif;
	font-size:		16px;
	font-weight:	normal;	
	line-height: 	40px;
}
ul#menu li a {
	display:		block;  /*allows us to add top and bottom padding to the element */
	height: 		40px; 
	text-align:		center;
	width:          107px;
	position: 		relative;
	z-index: 		5;
    color:			#333;	

	text-decoration:none;
}

ul#menu li a:hover {
	color:			#333;
	background-color: #fff;
}

ul#menu li a:link#current, ul#menu li a:visited#current {
		color:				#333;
			background-color: #fff;
}



 ul#menu2 {
	height: 		40px;
	list-style:		none;
	margin-top:		0px;
	padding:		0px;
	overflow:		auto; /* makes sure the container fits the floated list-items below */
	/*background-color:#93B707; /* moved and lightened the background color from ul#menu li */

}
ul#menu2 li{
	margin:			0px 0px;
	padding:		0; /* padding moved to the a element below*/ 
	float:			left;
	font-family:	Arial, sans-serif;
	font-size:		16px;
	font-weight:	normal;	
	line-height: 	40px;
}
ul#menu2 li a {
	display:		block;  /*allows us to add top and bottom padding to the element */
	height: 		40px; 
	text-align:		center;
	width:          194px;
	position: 		relative;
	z-index: 		5;
    color:			#333;	

	text-decoration:none;
}

ul#menu2 li a:hover {
	color:			#333;
	background-color: #fff;
}

ul#menu2 li a:link#current, ul#menu2 li a:visited#current {
		color:				#333;
			background-color: #fff;
}

