ul.menu {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:33px;
	font-size:14px;
	font-family:"Arial", Tahoma;
	margin:0;
	padding:0;
	color: #FFFFFF;
	background-color: #6699cc;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#FFFFFF;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
	color:#fff;
	text-decoration:none;
	background-color: #6699cc;
	background-repeat: repeat-x;
	background-position: left top;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*PURPLE*/
ul.menu.green{
background-color:#6699cc;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#FF66FF;
}
