﻿/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #f6f0d7;
	border-top: 1px solid #cac0a6;
	border-bottom: 1px solid #cac0a6;
}
#p7PMnav ul {
	margin: 0;
	padding: 8px 0px 0px 0px;
	background-color: #ffffff;
	border-left: 1px solid #cac0a6;
	border-right: 1px solid #cac0a6;
	border-bottom: 1px solid #cac0a6;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav ul li {
	background: none;
}
#p7PMnav ul ul {
	padding: 0px 0px 0px 0px; background: none;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #666666;
	line-height:1;
	padding: 8px 2px 8px 2px;
	/*text-transform: uppercase;*/
	color: #323232;
	text-align: center;
	letter-spacing: 1px;
	
	 
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background: #ecdbb5 url(../images/templates/nav_hover_bg.gif) right repeat-x;
	color: #a85a2a;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-image: none;
}

#p7PMnav ul li a { text-align: left; padding: 10px 10px 10px 10px; background: #98a0ad; }


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../images/templates/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background: #ecdbb5 url(..../images/templates/nav_hover_bg.gif) right repeat-x;
	color: #a85a2a;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
}

#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 221px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}


#p7PMnav li.register a { background: #ecdbb5 url(../images/templates/nav_hover_bg.gif) right repeat-x; font-weight: bold; }
#p7PMnav li.register ul li a { font-weight: normal; }

