/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 26 - Cobalt
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:6px 0 0 0;
	float: left;
	width: 100%;
	font-size:13px;
}
#p7PMnav li {
	list-style-type: none;
	padding:0 0 0 10px;
	background-image: url(img/pmm_cobalt_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 1px 0 0;
	float: left;
	width: 124px;
}
/* Hide from IE5 Mac \*/
#p7PMnav li {width: auto;}
/* End Hiding */
/*#p7PMnav ul {
	padding: 6px 0 0 0;
	background-color: #7284A3;
	z-index: 10000;
	border-right: 0;
	border-bottom: 1px solid #1D232C;
	position: absolute;
	left: -9000px;
	background-image: url(img/pmm_cobalt_sub.jpg);
	background-repeat: repeat-x;
}
#p7PMnav ul ul {
	padding: 0;
	border-top: 1px solid #8B9BB4;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #8B9BB4;
}
#p7PMnav ul li {
	background-image: none;
	padding: 0;
	border-bottom:0;
	margin: 0;
	float: none;
}*/
/*width MUST be in EMs
#p7PMnav ul, #p7PMnav ul li {
	width: 16em;
}*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 8px 16px 6px 6px;
	font-weight: bold;
	color: #2e634d;
	background-image: url(img/pmm_cobalt_right.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
/*#p7PMnav ul a {
	background-image: none;
	padding: 4px 12px;
	font-weight: normal;
	color: #D3DAE2;
	zoom: 1;
}*/
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,#p7PMnav .p7PMmark {
	color: #333;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus, #p7PMnav ul .p7PMon {
	background-color: #323C46;
	color: #8F9EB1;
	letter-spacing: 0.01px;
}
/* ------ the current page marker style ------ 
#p7PMnav .p7PMmark {
	font-weight: bold;
	letter-spacing: 0.15em !important;
	background-image: url(img/pmm_cobalt_right.jpg);
	background-position: 100% -165px;
	color:#CCCCCC !important;
}
#p7PMnav ul .p7PMmark {
	background-image: none !important;
	margin: 0 !important;
	color:#FFFFFF !important;
}*/
/* the active trigger link style 
#p7PMnav .p7PMon {
	font-weight: bold;
	color: #CCCCCC;
}
#p7PMnav ul .p7PMon {
	color: #97A6B9;
}*/
/* Hide from IE5 Mac \*/
#p7PMnav .p7PMmarklist {

	background-position: 0px -165px !important;
}
/*End Hiding*/
#p7PMnav li:hover, #p7PMnav .p7PMmark{
	background-position: 0px -165px;
}
#p7PMnav li:hover a,#p7PMnav .p7PMmark{
	background-position: 100% -165px;
}
/* ------ the trigger link styles ------- */

/*the trigger link 
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif) !important;
	background-repeat:	no-repeat !important;
	background-position: right center !important;
}*/
/*the submenu classes 

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}*/
/*IE6 and IE5 Windows Workarounds*/
#p7PMnav a {height: auto !important;}
#p7PMnav ul a {height: 1% !important;}
/*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;}


