
ul{
	padding:0;
	margin:0;
}

li{
	width:120px;
	height:30px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
}

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

p{
	margin-left: 15px;
	margin-top: 11px;
	text-align:left;
}

	.subtext{
		margin-top:17px;
	}

/*Menu Color Classes*/
.green{background:#2f3130 url('images/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#2f3130 url('images/yellow-item-bg.jpg') top left no-repeat;}
.red{background:#2f3130 url('images/red-item-bg.jpg') top left no-repeat;}
.purple{background:#2f3130 url('images/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#2f3130 url('images/blue-item-bg.jpg') top left no-repeat;}
