

ul{
	margin:0;
	padding:0;
}

li{
	width:100px;
	height:25px;
	float:left;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	font-size:13px;
	font-family: Arial Rounded MT Bold, arial, sans-serif;
	padding-top:5px;
	
}

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

p{
	padding:0px 5px;
}

	.subtext{
		padding-top:45px;
	}

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