/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
*{margin: 0; padding: 0;}

#p7PMnav {
	margin: 0;
	padding:0;
	font-size: 1.1em;
	background: url(../../images/topjaggedbanner.gif);
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none; 
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background: none; 
	border-top: 1px solid #A76B3C;	
	border-left: 1px solid #A76B3C;	
	border-right: 1px solid #A76B3C;	
	color: #A76B3C;
		border-bottom: 0px;
}

#p7PMnav ul a, #p7PMnav ul a:active {
	padding: 4px 9px; /*padding for top, right of box*/
	color: #A76B3C;
	/*line-height:1; */
	background-color: #F3F0E1; 
	border-bottom: 1px solid #A76B3C;
	list-style-type: none;
}

#p7PMnav ul a, #p7PMnav ul a:visited {
	padding: 4px 9px; /*padding for top, right of box*/
	color: #A76B3C;
	/*line-height:1; */ 
	background-color: #F3F0E1; 
	border-bottom: 1px solid #A76B3C;
	list-style-type: none;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	/*padding: 4px 10px;*/
	color: #A76B3C;
	/*line-height:1; */
	border-bottom: 0px;
}

#p7PMnav a:hover {
	color: none;
	background-color: none;
	letter-spacing: .01px;
}

#p7PMnav a:hover{
	background-position: left bottom;
		list-style-type: none;
}

#p7PMnav ul a:hover/*, #p7PMnav ul a:active, #p7PMnav ul a:focus*/ {
	color: #ffffff;
	background-color: #A76B3C;
	background-position: right center;}
	
	


#p7PMnav .p7PMon /*,#p7PMnav .p7PMmark */ {
	background-position: left bottom;
}

/* ------ the current page marker style ------ */

#p7PMnav .p7PMmark {
	font-weight: bold;
}

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-repeat:	no-repeat;
	background-position: right center;
}

#p7PMnav .p7PMon {
	background-color: none;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
}

#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */

#p7PMnav li {
	float: left;
	width: auto;
	background: none;
}

#p7PMnav ul li {
	float: none;
}

/* 2nd and subsequent Submenu widths*/
#p7PMnav ul, #p7PMnav ul li {
width: 172px; 
}


/****************/

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 {
  height: 50px!important;
  background-repeat: no-repeat;
  text-indent: -3000px;
}


#nav1 {
  width: 130px;
  background-image: url(/images/mainnav/nav-customer.gif);
  background-repeat: no-repeat;
}
  
#nav2 {
  width: 140px;
  background-image: url(/images/mainnav/nav-products.gif);
}
#nav3 {
  width: 93px;
  background-image: url(/images/mainnav/nav-community.gif);
}
#nav4 {
  width: 80px;
  background-image: url(/images/mainnav/nav-kids.gif);
}
#nav5 {
  width: 55px;
  background-image: url(/images/mainnav/nav-news.gif);
}
#nav6 {
  width: 85px;
  background-image: url(/images/mainnav/nav-about.gif);
}
