/* CSS Document */
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 26 - bluetab
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0px 0px 0px 0px;
	float:left;
	width:955px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:1px;

}
#p7PMnav li {
	list-style-type: none;
	padding:0px 0px 0px 0px;
	background-img: url(../images/menu_bt.jpg;)
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-left:auto; margin-right:auto;
	z-index:+7000;
}

/* Hide from IE5 Mac \*/
#p7PMnav li {padding:0px 0px 0px 0px; text-align:center;}
/* End Hiding */
#p7PMnav ul {
	padding: 0px;
	background-color: #354999;
	z-index:+7000;
	left:-9000px;
}
#p7PMnav ul ul {
	padding: 0px;
	
}
#p7PMnav ul li {
	background-image: none;
	padding: 0px;
	border-bottom:0;
	margin: 0px;
	float: none;
}
/*width MUST be in EMs*/
#p7PMnav ul, #p7PMnav ul li {
	/*width: 16em;*/
	width: 16em;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 8px 6px 15px 6px;
	font-weight: normal;
	color: #284b70;
	background-image: url(../images/menu_bt.jpg);
	background-repeat: no-repeat;
}
#p7PMnav ul a {
	background-image: none;
	padding-bottom:none;
	font-size:1.1em;
	font-weight: normal;
	text-align:left;
	color:#e4edf4;
	zoom: 1;
	z-index:+5;
	background-color:#284b70;
}


#p7PMnav a:hover, #p7PMnav a:focus {
	color:orange;
	background-color:#284b70;
	font-weight:normal;

}
#p7PMnav ul a:hover, #p7PMnav ul a:focus, #p7PMnav ul {
	color: #ffffff;
	background-color:#284b70;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: normal;
	/*background-image: url(../images/menu_bt.jpg);*/
	color:#284b70; !important
}
#p7PMnav ul .p7PMmark {
	background-image: none !important;
	margin: 0px !important;
	color:#e2e5ef !important;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	font-weight: normal;
	color: black;
}
#p7PMnav ul .p7PMon {
	color: #E4EDF4;
}
/* Hide from IE5 Mac \*/
#p7PMnav .p7PMmarklist {
	padding:0 0 0 0px;
	background-image: url(../images/menu_bt.jpg)!important;
	background-repeat: no-repeat;
	background-position: 0px -165px !important;
}
/*End Hiding*/
#p7PMnav li:hover {
	background-color:#284b70;
	background-position: 0px -140px;
}
#p7PMnav li:hover a{
	color:#ffffff;
	background-color:#284b70;
	background-position: 100% 195px;
	
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-repeat:	no-repeat !important;
	background-position: right center !important;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
	z-index:+1000;
}
#p7PMnav .p7PMshow {
	left:auto;
	z-index: +1001 !important;
	top: auto;
}
/*IE6 and IE5 Windows Workarounds*/
#p7PMnav a {height: auto !important;}
#p7PMnav ul a {height: 1% !important; z-index:+7;}

/*hide from IE5 and 6*/
body>#p7PMnav ul a {height: auto !important;}
/*Compensate for LI Padding on Scalable Tab*/
#p7PMnav li { position: relative;}
#p7PMnav ul li { position: static;}
#p7PMnav .p7PMshow {left: 0px;}