ul{
	margin: 0;
	padding:0;
	width: 900px;
	height: 50px;
	position: absolute;
}

li{
	width:110px;
	height:50px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	margin: 0;
	padding: 1px;
	list-style: none;
}
li.first, li.last
{
	padding-left: 4px;
	padding-right: 0px;
}
li.last
{
	padding-left: 4px;
	float:right;
}

a{
	color:#FFF;
	text-decoration: none;
	cursor: pointer;
}

p{
	padding: 0 5px;
}

	.subtext{
		padding-top: 15px;
	}

/*Menu Color Classes*/
.green{background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.green a:hover {color:#fff}
.yellow{background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;}
.yellow a:hover {color: #fff}
.red{background:#D52100 url('images/red-item-bg.jpg') top left no-repeat; color:#fff;}
.purple{background:#5122B4 url('images/purple-item-bg.jpg') top left no-repeat; color:#fff;}
.red a{color:#fff;}
.purple a{color:#fff;}
.blue{background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;color:#fff;}
.blue a{color:#fff;}

