
ul.nav_ul{
	margin:0;
	padding:0;
}


	.subtext{
		padding-top:15px;
	}

/*Menu Color Classes*/
.green{background:#e6a53d url('images/green-item-bg.jpg') top left no-repeat; width:100px;
	height:50px;
	float:left;
	color:#4a4c59;
	text-align:center;
	overflow:hidden;}
.yellow{background:#b17871 url('images/yellow-item-bg.jpg') top left no-repeat; width:100px;
	height:50px;
	float:left;
	color:#4a4c59;
	text-align:center;
	overflow:hidden;}
.red{background:#33a545 url('images/red-item-bg.jpg') top left no-repeat; width:100px;
	height:50px;
	float:left;
	color:#4a4c59;
	text-align:center;
	overflow:hidden;}
.purple{background:#5a61a7 url('images/purple-item-bg.jpg') top left no-repeat; width:100px;
	height:50px;
	float:left;
	color:#4a4c59;
	text-align:center;
	overflow:hidden;}
.blue{background:#a2947a url('images/blue-item-bg.jpg') top left no-repeat; width:100px;
	height:50px;
	float:left;
	color:#4a4c59;
	text-align:center;
	overflow:hidden;}