#bottomNav {
	margin:0 auto;
	padding:0;
	width: 700px;
	overflow: auto;
}
#bottomNav ul {
	margin:0;
	padding:0;
	z-index: 100;
	border-bottom: 6px solid #333333;
}

/* these are the menu styles */

#bottomNav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#bottomNav a {
	display: block;
	text-decoration: none;
	background-color: #CC0000;
	padding: 2px 10px;
	color: #FFFFFF;
	border-top: 1px solid #F40000;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #F40000;
	line-height:1;
}
#bottomNav a:hover, #bottomNav a:active, #bottomNav a:focus {
	background-color: #B3A88E;
	border-top: 1px solid #D9D2BD;
	border-left: 1px solid #D9D2BD;
	color: #000000;
	letter-spacing: 0.01px;
}
#bottomNav ul ul a:hover, #bottomNav ul ul a:active, #bottomNav ul ul a:focus {
	background-color: #BDB49D;
}
#bottomNav ul ul a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #000000;
	background-color: #B3A88E;
	border-top: 1px solid #D9D2BD;
	border-left: 1px solid #D9D2BD;
	line-height:1;
}
/* ------ the current page marker style ------ */
#bottomNav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#bottomNav ul .p7PMtrg, #bottomNav ul .p7PMtrg:hover {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#bottomNav .p7PMon {
	background-color: #B3A88E;
	border-top: 1px solid #DED9C7;
	border-left: 1px solid #DED9C7;
	color: #FFFFFF;
}
#bottomNav ul .p7PMon, #bottomNav ul .p7PMon:hover {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #B3A88E;
	border-top: 1px solid #DED9C7;
	border-left: 1px solid #DED9C7;
	color: #FFFFFF;
}


/* Top level menu width */
#bottomNav li {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
}
