.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: Tahoma;
	font-size:14px;
	text-transform:uppercase;
	}
.menu ul{
	background:#222222;
	height:45px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#222222 url(../images/seperator.gif) bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:45px;
		margin:0px;
		padding:0px 14.5px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a, .menu li a.home {
			background: #8fa242 url(../images/hover.gif) bottom center no-repeat;
			color:white;
			text-decoration:none;
			}

	.menu li ul{
		background:#222222;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url(../images/sub_sep.gif) bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#8fa242 url(../images/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

#menu2 ul {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu2 li {
	font: Tahoma;
	margin: 0;
	padding: 0;
}
#menu2 a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu2 a:hover {
	background: #8fa242 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}


#menu3 {
	background:#006666 ;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu3 li, #menu2 li.home {
	font: Tahoma;
	margin: 0;
	padding: 0;
}
#menu3 a, #menu2 li.home a {
	background: #006666;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu3 a:hover, #menu2.home a:hover {
	background: #8fa242 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#subnav a {
	color:white;
	font-size:14px;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#subnav a:hover, #subnav a.home{
	color:black;
	background-color: #999;
}
