/* 
  -----------------------------------
  Main Menu Stylesheet
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
   text-align: left;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul li {
	border-right: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #F98C00;
	border-right: 1px solid #F98C00;
	border-bottom: 1px solid #F98C00;
	border-left: 1px solid #F98C00;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 10px 5px;
	margin-top: 0;
	color: #fff;
	line-height:1.2em;
	text-align: center;
}
#p7PMnav ul a {
	color: #0E7CEB;
	text-align: left;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #F98C00;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #fff;
	background-color: #F98C00;
}

/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image: url(../imgs-sc/misc/arrow_east.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #F98C00;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
#pmmcrumb {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 16px;
	color: #8B9478;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #6D755E;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #F98C00;
}

/* Individual classes */
.home {
	
	width: 55px;
}
.about {
	
	width: 75px;
}
.perfumeinfo {
	
	width: 100px;
}
.new {
	
	width: 100px;
}
.requests {
	
	width: 110px;
}
.testimonials {
	
	width: 95px;
}
.peace{
	
	width: 110px;
}
.info {
	
	width: 50px;
}

.gift {
	
	width: 110px;
}
.account {
	
	width: 100px;
}
.bag {
	
	width: 100px;
}
.onsalemenu {
	width: 90px;
}
.contact {
	
	width: 70px;
}

#p7PMnav .telephone {
	color: white;
	width: 105px;
	margin: 8px 0 0 10px;
	padding: 2px 0 0 25px;
	background: transparent url(../imgs/misc/telephone_orange_sml.gif) no-repeat;

}


