/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:Variable Width Tabs
  -----------------------------------
*/
#p7PMnav {
	margin:0 3px 0 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0 1px 0 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	font-weight:bold;
	text-decoration: none;
	padding: 9px 10px 7px 10px;
	color:#FFF;
	line-height:120%;
	text-transform:uppercase;
	text-align:left;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFF;
	background:#0A3B78;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background:url(../images/current.gif) no-repeat center top;
	color:#FFF;
}

#p7PMnav ul li .p7PMmark {
	background-image:none;
	background:#000;
	color: #0068B4;
}

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color:#FFF;
}
li #p7PMnav .p7PMon {
	background:none;
	color:#FFF;
}
/*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 {
	background:#000;
	border:1px solid #FFF;
	text-align:left;
}
#p7PMnav ul li {
	float: none;
	background:none;
	border:none;
	height:auto;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#p7PMnav ul li a {
	background: none;
	color:#FFF;
	height:auto;
	line-height:1;
	margin:0;
	padding:4px 10px;
	text-transform: none;
}
/* #p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	color:#FFF;
	background: #075891;
}
* /
