/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:Variable Width Tabs
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	border-right:1px solid #FFF;
	padding: 12px;
	color:#222;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #222;
	background:#DEF;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #222;
	background:#FFF;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #222;
	background:#DEF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul {
	border:1px solid #222;
	background:#FFF;
	text-align:left;
}
#p7PMnav ul li {
	float: none;
	border:none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
#p7PMnav ul li a:link, #p7PMnav ul li a:visited {
	border:none;
	color: #222;
	margin:0;
	padding:6px 12px;
}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	color:#222;
	background:#DEF;
}
