/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#productmenuwrapper {
	margin: 0px;
	padding: 0px;
	z-index: 115;
	position: absolute;
	left: 475px;
	top: 132px;
	background: #c6c7c8;
}
.menupadder {
	padding: 0px;
	margin-left: 10px;
}

#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}


/* ------ Top Level links ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #666666;
	line-height:1;
	background: url(../images/productsmenuBrandUp.gif) no-repeat left;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	letter-spacing: .01px;
	background: url(../images/productsmenuBrandOver.gif) no-repeat left;
}

#p7PMnav .type a {
	display: block;
	text-decoration: none;
	padding: 0px;
	color: #666666;
	line-height:1;
	background: url(../images/productsmenuTypeUp.gif) no-repeat;
}
#p7PMnav .type a:hover, #p7PMnav .type a:active, #p7PMnav .type a:focus {
	color: #FFFFFF;
	letter-spacing: .01px;
	background: url(../images/productsmenuTypeOver.gif) no-repeat;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: center center;
}
#p7PMnav ul .p7PMon {
	background: url(img/p7PM_white_east.gif) no-repeat center center;
}
/* the active Top Level trigger link styles */
#p7PMnav .p7PMon {
	color: #FFFFFF;
	background: url(../images/productsmenuBrandOver.gif) no-repeat left;
}
#p7PMnav .type .p7PMon {
	color: #FFFFFF;
	background: url(../images/productsmenuTypeOver.gif) no-repeat;
}
/*the submenu classes */

#p7PMnav .p7PMhide, #p7PMnav .type .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow, #p7PMnav .type .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
/* Product Sub menu items */
#p7PMnav ul, #p7PMnav ul li {
	width: 110px;
	margin: 0px;
	background: #c6c7c8;
}
#p7PMnav ul a {
	font: 12px Verdana, Geneva, sans-serif;
	padding: 5px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	background: #c6c7c8;
}
#p7PMnav ul a:hover {
	font: 12px Verdana, Geneva, sans-serif;
	padding: 5px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	background: #000;
}
#p7PMnav ul .p7PMon {
	background-color: #000;
	color: #FFFFFF;
}
#p7PMnav ul a:hover .p7PMtrg {
	background-color: #000;
	color: #FFFFFF;
}


/* Product Sub Sub menu items */
#p7PMnav ul ul, #p7PMnav ul ul li {
	width: 110px;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: center;
}
#p7PMnav ul ul a {
	color: #000;
	text-decoration: none;
	background: #FFF;
	border: 5px solid #c6c7c8;
	padding: 0px;
	margin: 0px;
	line-height:1;
}
#p7PMnav ul ul a:hover {
	color: #FFF;
	text-decoration: none;
	background: #FFF;
	border: 5px solid #df0909;
	padding: 0px;
	margin: 0px;
	line-height:1;
}



/* Type Sub menu items */
#p7PMnav .type ul, #p7PMnav .type ul li {
	width: 172px;
	background: #c6c7c8;
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
#p7PMnav .type ul li h1 {
	font: bold 12px Verdana, Geneva, sans-serif;
	background: #c6c7c8;
	color: #000;
	padding: 5px;
	margin: 0px;
}
#p7PMnav .type ul li a {
	color: #000;
	text-decoration: none;
	background: #c6c7c8;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	line-height:1;
}
#p7PMnav .type ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #000;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	line-height:1;
}

