#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* this is the background color of the dropdown box. */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #b4dcf8;
	color: #16003d;
	border: 0px solid;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-color: #b4dcf8;
}
/* color below is primary nav text color */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 7px;
	color: #ffffff;
	line-height:1;
}
/* this is the color of the rollover box for primary*/
#p7PMnav a:hover {
	background-color: #ffffff;
	color: #17023F;
	letter-spacing: 0.01px;
}
/* this is the color of selected text highlight in the dropdown */
#p7PMnav a:focus {
	background-color: #ffffff;
	color: #17023F;
	letter-spacing: 0.01px;
}

#p7PMnav a:active{
	background-color: #ffffff;
	color: #17023F;
	letter-spacing: 0.01px;
}



/* ------ the current page marker font color ------ */
#p7PMnav .p7PMmark {
	color: #B4DCF8;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #b4dcf8;
	color: #16003d;
}
/*the submenu classes */

.sub-nav {
	color: #16003d;
}

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
/* drop down box formatting */
#p7PMnav ul, #p7PMnav ul li {
	width: 185px;
	font-size: 11px;
	color: #16003d;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #9999CC;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #9999CC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #16003d;
}
li.shop {
	float: left;
	width: 80px;
	font-size: 13px;
}
li.dine {
	float: left;
	width: 94px;
	font-size: 13px;
}
li.save {
	float: left;
	width: 71px;
	font-size: 13px;
}
li.explore {
	float: left;
	width: 122px;
	font-size: 13px;
}
li.exper {
	float: left;
	width: 150px;
	font-size: 13px;
}

/* quick nav appearence on front page */
ul.quick-nav{
	color:#b4dbf8;
}

li.quick-nav{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	float:left;
}

a.quick-nav{
	text-decoration:none;
}
