/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	height:49px;
	padding:0;
	margin:0;
}
#p7PMnav li {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	font-size:15px;
	font-weight: bold;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display:block;
	text-decoration: none;
	height: 33px;
	padding-top: 16px;
	color:#FFFFFF;
	text-align:center;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {

}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {

}
/* the active trigger link style */
#p7PMnav .p7PMon {
}

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
	height: auto;
	background-color: #000033;
}
#p7PMnav ul li a {
	font-size: 14px;
	padding: 10px;
	height: auto;
	text-align: left;
}

#p7PMnav ul, #p7PMnav ul li {
	width: 184px;
}

