body{
	font-family:"Lucida Grande", arial, sans-serif;
	background:#F3F3F3;
}

ul{
	margin:0;
	padding:0;
}

li{
	width:100px;
	height:50px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
}

a{
	color:#FFF;
	text-decoration:none;
}

p{
	padding:0px 5px;
}

	.subtext{
		padding-top:15px;
	}

/*Menu Color Classes*/
.green{background:#ffffff url('images/blue-item-bg.jpg') top left no-repeat;}
.yellow{background:#ffffff url('images/blue-item-bg.jpg') top left no-repeat;}
.red{background:#ffffff url('images/blue-item-bg.jpg') top left no-repeat;}
.purple{background:#ffffff url('images/blue-item-bg.jpg') top left no-repeat;}
.blue{background:#ffffff url('images/blue-item-bg.jpg') top left no-repeat;}

a:link.email { color: #FF0000; text-decoration: none; }
a:visited.email { color: #0000FF; text-decoration: none; }
a:hover.email { color: #0000FF; text-decoration: none; }
a:active.email { color: #FF0000; text-decoration: none; }
