/* 
  -----------------------------------
  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 {
	background:url(../images/nav.gif) repeat-y left top;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#p7PMnav .noedge {
	background-image:none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	/*border-right:1px solid #FB7208;
	border-left:1px solid #FDC70A;*/
	display: block;
	text-decoration: none;
	padding: 10px 30px;
	color: #036;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #222;
	background:url(../images/nav_over.gif) repeat-x center top;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #036;
	background:url(../images/nav_current.jpg) repeat-x center top;
}
/* ------ the current page marker style in a menu ------ */
#p7PMnav li li .p7PMmark {
	color: #036;
	background-color: #FEE85B;
	background-image:none;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {

}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #036;
	background:url(../images/nav_over.gif) repeat-x center top;
}
/*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 #036;
	background:none;
	background:#FFF;
	text-align:left;
}
#p7PMnav ul li {
	background-image:none;
	float: none;
	border:none;
	padding:0;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
#p7PMnav ul li a {
	border:none;
	color: #036;
	margin:0;
	padding:6px 12px;
}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	color: #036;
	background: #FFCF00;
}

