.pageMenu ul{
    font-family: Arial;
	margin:0;
	padding:0;
}

.pageMenu li{
	width:142px;
	height:30px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
    border-left: 1px solid white;
    border-right: 1px solid white;
    font-size: 14px;
    font-weight: bold;
}

a{
	color:#000000;
	text-decoration:none;
}

p{
    margin-top: 8px;
	padding:0 0 0 0;
}

.pageMenu li a.selected {
    color: White;
}

.subtext{
	padding-top:10px;
}
.pic0{ background:#FBC700 url('images/bg_pic0.png') top right no-repeat;}
.pic1{ background:#FBC700 url('images/bg_pic1.png') top right no-repeat;}
.pic2{ background:#FBC700 url('images/bg_pic2.png') top right no-repeat;}
.pic3{ background:#FBC700 url('images/bg_pic3.png') top right no-repeat;}
.pic4{ background:#FBC700 url('images/bg_pic4.png') top right no-repeat;}
.pic5{ background:#FBC700 url('images/bg_pic5.png') top right no-repeat;}

/*Menu Color Classes*/
.green{background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#FBC700;}
.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;}