/* 
-----------------------------------
PopMenu Magic Style Sheet
by Project Seven Development
www.projectseven.com
Menu Type: Horizontal
Style Theme:4 River Dunes
-----------------------------------
*/

/* AG - FOR MORE INFO: http://projectseven.com/products/menusystems/pmm/user_guide/index.htm */

/* AG - ADD onload="P7_initPM(1,4,1,0,1)" to BODY TAG */
/* AG - P7_initPM(1-horizontal menu/0-vertical menu, 4-stylesheet#, 1-animation/0-none, 0-submenu vertical offset, 0-submenu horizontal offset) */

#p7PMnav {
	
	margin:0;
	padding:0;	
} 
#p7PMnav ul {
	margin:0;
	padding:12px 0px 0px 0px;
	
	position: absolute;
	left: -9000px;
	z-index: 10000;
	/* border-top: 1px solid #7C0700; AG - TOP BORDER OF FIRST ITEM IN EACH DROPDOWN */
	/* border-bottom: 1px solid #7C0700;AG - BOTTOM BORDER OF LAST ITEM IN EACH DROPDOWN */
}
/* menu style */
#p7PMnav li {
	list-style-type: none;
	margin:0 0 0 10px;
	padding: 0px;
	
}

/* main menu */
/* AG - USE THIS IF MAINNAV DOESN'T HAVE IMAGES */
#p7PMnav a {
	font: newyork;
		/*font-family: georgia, "times new roman", serif;*/
		font-size: 15px; 
		font-weight: 600;
		text-decoration: none;
		/*text-transform: uppercase;*/
		padding: 8px 2px 0px 2px;
		display:block;
		color:#000000;


}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	/*color: #dccf98;*/
	color:#000000;
	text-decoration: none;
}

/* submenus */
/* AG - ALTERED THIS SECTION SO FIRST SUBMENU WILL NOT ADOPT MAIN MENU STYLES */ 
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
		/*color: #dccf98;*/
		color:#000000;
		background-color:#cccc99;
		font-weight:bold;
		/*background-color: #001932;*/ /*background color for dropdown hover
		text-decoration:none;*/
}
#p7PMnav ul a {
		font-family: georgia, "times new roman", serif;
		font-size: 12px; 
		color:#333333;
		/*font-weight: bold;*/
		display: block;
		
		padding:3px;
		margin: 0px;
		text-decoration: none;
		text-align:center;		
}

/* for Internet Explorer 6 hack */
/*\*/
* html #p7PMnav ul a {position:relative;left: -20px;}
/**/

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color:#FFFFFF;
	/*font-weight:bold;*/
	text-decoration:none;

}

li a.p7PMmark  {
	background-image:url(../Images/orcFlag.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

li a.p7PMmark * {
	background-image:url(../Images/blank.gif);
	
	background-repeat: no-repeat;
	background-position: top;
}
/*
#p7PMnav > li > a.p7PMmark {
	background-image:url(../Images/orcFlag.jpg);
	background-repeat: no-repeat;
	background-position: top;
}*/

/* Use this if the Main Nav Marker has a BKG image and Sub Nav doesn't*/
#p7PMnav ul a.p7PMmark {
	/*color: #582140;*/
	color:#000000;
	/*font-weight:bold;
	text-decoration:none;*/

}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover {
   /* background-image: url(img/P7PM_dark_east.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
	margin:0px;
	color:#FFFFFF;	
}

/*flag rollover effect*/
#p7PMnav .p7PMon{
			background: url(../images/orcflag.jpg) no-repeat top center;
}
/* active trigger links*/
/* AG - THIS IS FOR THE MAIN MENU */
#p7PMnav .p7PMon{
	text-decoration: none;
}
/* AG - THIS IS FOR THE SUBMENUS */
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
   /* background-image: url(img/P7PM_dark_east.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
	margin:0px;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* main menu width */
/* AG - ALTERED FOR IE5 MAC FIX - SEE CODE AT BOTTOM FOR OTHER BROWSERS */
#p7PMnav li {
	float: left;
}
/* AG - SET FOR IE5 MAC - SEE CODE IN HEAD OF ASP PAGE FOR OTHER BROWSERS */
#p7PMnav ul li {
	float: none;
}
/* submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 225px;
	
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #000000;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #000000;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #FFFFFF;
}
/* AG - ADDED FOR BKG TRANSPARENCY - GIVE THE "A" TAG IN THE GETCHILDREN TEMPLATE THIS ID */
#trans {
	background: #cccc99;
	/*background: #ffffff;*/
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: .90;
	opacity: 0.90;
}
/* AG - ADDED FOR VARIABLE WIDTHS OF MAIN MENU ITEMS */
/* AG - ALSO SEE CODE IN HEAD OF ASP PAGE FOR WIN IE6 */
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items at variable widths. */
/#p7PMnav li {width: auto;} 
	