
ul{
	margin:0;
	padding:0;
}

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

a{

	color:#333333;
	text-decoration:none;
}

p{
	padding:5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

	.subtext{
		padding-top:3px;
		font-size:9px;
	}

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