#navMain {
	background:url(../images/NAV_btm.jpg) no-repeat bottom;
	width:150px;
	padding-bottom:92px;
	margin:0px;
	list-style:none;
	font-weight:bold;
	float:left;
}
a:link .home, a:visited .home {
	background:url(../images/NAV_home1.jpg);
	width:130px;
	height:16px;
	padding:12px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .home {
	background:url(../images/NAV_home2.jpg);
	width:130px;
	height:16px;
	padding:12px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .schedule, a:visited .schedule {
	background:url(../images/NAV_schedule1.jpg);
	width:130px;
	height:16px;
	padding:5px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .schedule {
	background:url(../images/NAV_schedule2.jpg);
	width:130px;
	height:16px;
	padding:5px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .blog, a:visited .blog {
	background:url(../images/NAV_blog1.jpg);
	width:130px;
	height:15px;
	padding:6px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .blog {
	background:url(../images/NAV_blog2.jpg);
	width:130px;
	height:15px;
	padding:6px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .comedy, a:visited .comedy {
	background:url(../images/NAV_comedy1.jpg);
	width:130px;
	height:15px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .comedy {
	background:url(../images/NAV_comedy2.jpg);
	width:130px;
	height:15px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .corporate, a:visited .corporate {
	background:url(../images/NAV_corporate1.jpg);
	width:130px;
	height:17px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .corporate {
	background:url(../images/NAV_corporate2.jpg);
	width:130px;
	height:17px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .edutainment, a:visited .edutainment {
	background:url(../images/NAV_edutainment1.jpg);
	width:130px;
	height:15px;
	padding:9px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .edutainment {
	background:url(../images/NAV_edutainment2.jpg);
	width:130px;
	height:15px;
	padding:9px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .consulting, a:visited .consulting {
	background:url(../images/NAV_consulting1.jpg);
	width:130px;
	height:17px;
	padding:9px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .consulting {
	background:url(../images/NAV_consulting2.jpg);
	width:130px;
	height:17px;
	padding:9px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .bio, a:visited .bio {
	background:url(../images/NAV_bio1.jpg);
	width:130px;
	height:18px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .bio {
	background:url(../images/NAV_bio2.jpg);
	width:130px;
	height:18px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .press, a:visited .press {
	background:url(../images/NAV_press1.jpg);
	width:130px;
	height:18px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .press {
	background:url(../images/NAV_press2.jpg);
	width:130px;
	height:18px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:link .contact, a:visited .contact {
	background:url(../images/NAV_contact1.jpg);
	width:130px;
	height:18px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover .contact {
	background:url(../images/NAV_contact2.jpg);
	width:130px;
	height:18px;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}

#navBtm {
	width:780px;
	padding:20px 10px 0px 10px;
	margin:auto;
	text-align:right;
	clear:both;
	color:#9c8cb9;
}
#navBtm a:link, #navBtm a:visited {
	text-decoration:underline;
}
#navBtm a:hover {
	text-decoration:underline;
	color:#7D4ED6;
}
