/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:28 - Typemasters
  -----------------------------------
*/

/*The width set on this rule is dependent on the number of root 
menu items you have and the width set for each root LI.*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
	width: 5em;
}
#p7PMnav ul li {
	float: none;
	margin: 0 0 6px 0;
}
/*Width set for submenus*/
#p7PMnav ul, #p7PMnav ul li {
	width: 9em;
}
/*Submenu box - do not edit*/
/*The separation between links requires that the parent box 
have either a background color or image in MSIE. 
We use a transparent GIF for this purpose.*/
#p7PMnav ul {
	margin: 0;
	padding: 6px 0 0 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-image: url(../p7tmasters_img/p7pm_transgif.gif);
}
/*Flyout submenu box*/
#p7PMnav ul ul {
	padding: 0 0 0 3px;
}
/*Root links*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 6px 6px;
	color: #FFFFFF;
	line-height:1;
	background-color: #000000;
	font-size: .65em;
	font-variant: small-caps;
	border-top: none;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: none;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #991c20;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}
/*Submenu links*/
#p7PMnav ul a {
	color: #000000;
	background-color: #cccccc;
	font-size: 0.8em;
	padding: 6px 10px;
	font-variant: normal;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #991c20;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}
/*The current page marker ("you are here") style*/
#p7PMnav .p7PMmark {
	font-weight: bold;
	text-decoration: underline;
}
#p7PMnav ul .p7PMmark {
	text-decoration: none;
}
/*The Root trigger link and active styles. */
#p7PMnav .p7PMon {
	background-color: #991c20;
	color: #FFFFFF;
}
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_light_south.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/*The Submenu trigger link and "on" styles. */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/*The submenu show-hide classes - Do not edit*/
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/*Styles for the optional add-on Breadcrumb Trail*/
#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;
}
