/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
/* MANUFACTURERS SUB MENU (Home/Mobile) ******************************************************************
*******************************************************************************/

#p7PMnav {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#p7PMnav li {
	list-style-type: none;
	width: 121px; 
	margin: 0;
	padding: 0;
	height:24px;		
	background-image: url(/images/html/leftnav_but_bkg.gif);
	background-repeat:no-repeat; 
	float: left;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10000; 
}
#p7PMnav a {
	display: block;
	width: 112px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	line-height:1.2em;
	margin: 0;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {

}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {

}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
/*	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #000066;*/
}
/* the active trigger link style */
#p7PMnav .p7PMon {

}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 121px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 121px;
	float: left;
}
#p7PMnav ul li {
	margin-bottom: 0px;
	float: none;
	width: 100%;
}



/* SPECIALS SUB MENU (Home/Mobile) ******************************************************************
*******************************************************************************/

#p7PM2nav {
	margin: 0;
	padding:0;
}
#p7PM2nav li {
	float: left;
	list-style-type: none;	
	background-image:url(/images/html/topnav_bkg.gif);
	background-repeat:no-repeat;
	width:79px;
	height: 21px;	
	padding-top: 4px;
}
#p7PM2nav li.p7PM2trg a{
	display: block;
	min-height:17px;
	height:auto !important;
	height:17px;
	text-align:center;
}
#p7PM2nav li a{
	text-align:center;
	display:block;
}
#p7PM2nav li.p7PM2trg ul li a
{
	display: block;
	min-height:17px;
	height:auto !important;
	height:17px;
}

#p7PM2nav ul {
	padding: 3 0 0 0;
	margin:0px;
}
#p7PM2nav li ul {
	padding:0px;
	margin:0px;
}

#p7PM2nav li ul li {
	float: none;
	min-height:17px;
	height:auto !important;
	height:17px;
}

#p7PM2nav a {
	text-decoration:none;
	color:#FFFFFF;
}

#p7PM2nav a:hover, #p7PM2nav a:active, #p7PM2nav a:focus {
	color:Red;
}

/* ------ the current page marker style ------ */
#p7PM2nav .p7PM2mark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */

#p7PM2nav ul .p7PM2trg, #p7PM2nav ul .p7PM2on {
	/*background-image:  url(img/p7PM_dark_east.gif);*/
	/*background-repeat:	no-repeat;*/
	/*background-position: right center;*/
}
/* the active trigger link style */
#p7PM2nav .p7PM2on {
	color: #FFFFFF;
}
/*the submenu classes */

#p7PM2nav .p7PM2hide {
	left: -9000px;
}
#p7PM2nav .p7PM2show {
	left: auto;
	z-index: 20000 !important;