ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

li{
	width:150px;
	height:50px;
	float:left;
	color:#1B1C1E;
	text-align:center;
	overflow:hidden;
	margin-left: 25px;
}

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

p{
	padding:0px 5px;
}

	.subtext{
	padding-top:33px;
	color: #333;
	font-style: italic;
	width: 124px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	}

/*Menu Color Classes*/
.green{
	background-image: url(../graphics/panel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.yellow{
	background-image: url(../graphics/panel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.red{
	background-image: url(../graphics/panel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
