.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
.menu ul{
	background:#333;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		/* background: url("../images/seperator.gif") bottom right no-repeat; this image doesn't exist */
		background: bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 79px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			/* background: #aebf8e url("../images/hover.gif") bottom center no-repeat;  this image doesn't exist */
			background: #aebf8e bottom center no-repeat;
			color:#2f4407;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:900;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		/* background:#d4ddc3 url('../images/sub_sep.gif') bottom left no-repeat;  this image doesn't exist */
		background:#d4ddc3 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:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 5px 0px 5px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			/* background:#aebf8e url('../images/hover_sub.gif') center left no-repeat;  this image doesn't exist */
			background:#aebf8e center left no-repeat;
			border:0px;
			color:#2f4407;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		