/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 15 - Tommi
  -----------------------------------
*/
/*DO NOT EDIT!!!*/
#p7PMnav {
	position:absolute;
	margin-left:220px;
	margin-top:150px;
	padding:0;
	font-size:11px;
	 font-family: Arial;
 z-index: 10000;
}
/*DO NOT EDIT!!!*/
#p7PMnav ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/*The Root Level Background image assigned here*/
#p7PMnav li {
	background-image:  url(../images/interface/buttonback2.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*The sub-menu level background image assigned here*/
#p7PMnav ul li {
	background-image:  url(../images/interface/buttonback.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*Menu link Styles - Change link color here*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 6px 6px;
	color: #000;
	line-height:1;
}
/*Sub-menu link borders*/
#p7PMnav ul a {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #cccccc;
}
/*Top-level link hover*/
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #e80e14;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}
/*Sub-level link hover*/
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #9d0a0e;
	border-top: 1px solid #e80e14;
	border-left: 1px solid #e80e14;
	color: #fff;
}
/*The Selected Menu "ON" State*/
#p7PMnav .p7PMon, #p7PMnav ul .p7PMon, #p7PMnav .p7PMon:hover,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-color: #9d0a0e;
	color: #fff;
}
/*The Selected Menu "ON" State for sub-menu borders*/
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	border-top: 1px solid #e80e14;
	border-left: 1px solid #e80e14;
}

/* The current page marker style */
#p7PMnav .p7PMmark {
	color: #000;
	font-weight: bold;
}
/*The Trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/*DO NOT EDIT!!!*/
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
/*DO NOT EDIT!!!*/
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 100px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 100px;
}
/*DO NOT EDIT!!!*/
#p7PMnav ul li {
	float: none;
}
/* Styles for optional Breadcrumb trail add-on */
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #776F55;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #776F55;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #000000;
}
/*-----PMM MENU STYLE UPDATES for this PAGE PACK-------*/

/*We set a subtle border to the right of each top-level menu item to visually
define its box.*/
#p7PMnav a {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #5a5a5a;
	border-right: 1px solid #5a5a5a;
	border-left: 1px solid #ededed;
}

/*WORK AROUND FOR IE5 (MAC ONLY) 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 their natural widths.
DO NOT EDIT THIS COMMENT or the following rule. This rule should remain last in
this style sheet.*/
#p7PMnav li {
	width: auto;
}