/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#topnav {
	margin-top:0px;
	clear:none;
	width:100%;
	background:#0186DA url(../images/nav_bg.gif) left -1px repeat-x;	
	border-bottom:1px solid #000;
}
#p7HPMnav {
	position:relative;
	width:580px;
	height:25px;
	margin: 0;
	padding:0;
	margin-left:175px;
	border-left:1px solid #000;
}
#p7HPMnav li {
	list-style-type: none;
	display:inline;
}
#p7HPMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background:#e2eef8;
}
/* ------ the menu link styles ------ */
#p7HPMnav a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0.28em .5em;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000;
	border-left:1px solid #62d1f5;
	white-space:nowrap;
}
#p7HPMnav a:hover, #p7HPMnav a:focus {
	color: #fff;
	letter-spacing: .01px;
	text-decoration:underline;
}

/* ------ the current page marker style ------ */
#p7HPMnav .p7HPMmark {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the submenu classes */
#p7HPMnav .p7HPMhide {
	left: -9000px;
}
#p7HPMnav .p7HPMshow {
	left: auto;
	top:22px;
	z-index: 20000 !important;
}
#p7HPMnav li {
	float: left;
}
#p7HPMnav ul li {
	float: none;
}
#p7HPMnav ul, #p7HPMnav ul li {
	width: 205px;
	padding:0px;
	margin:0px;
	clear:both;
}
#p7HPMnav ul li a {
	padding:0 0 0 5px;
	color:#000;
	border:0px;
	width:200px;
	display:block;
}
#p7HPMnav ul li a:hover,  #p7HPMnav ul li a:active {
	background:#0186DA;
	color:#fff;
}
