ul.menu {
	list-style-type:none;
	width:1000px;
	position:relative;
	display:block;
	height:24px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	text-align: center;
	padding: 0;
	top: 0px;
	border-bottom-width: thin;
	border-bottom-color: #444444;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
	float:left;
	color:#111111;
	text-decoration:none;
	height:24px;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

ul.menu li a:hover,.current {
	color:#fff;
	background:url(images/bg.png) repeat-x top left;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}

ul.menu .current a {
	color:#fff;
	font-weight:bold;
}


/*GREEN*/
ul.menu.green{
	background-color:#DDDDDD;
}
ul.menu.green li a:hover, .menu.green li.current {
	background-color:#777777;
}
