ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

li{
	width:121px;
	height:40px;
 	float:left;
	color:#191919; 
	text-align:center;font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	overflow:hidden;
}

a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

p{
	padding:0px 0px;
}


/*Menu Color Classes*/
.green{background:#6AA63B url('../images/green-item-bg.jpg') 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:#225eb6 url('../images/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#0190bc url('../images/blue-item-bg.jpg') top left no-repeat;}
.darkgreen{background:#22b49f url('../images/dark-green-item-bg.jpg') top left no-repeat;}
.orange{background:#fb9101 url('../images/orange-item-bg.jpg') top left no-repeat;}
