/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 15 - Tommi
  -----------------------------------
*/
/*DO NOT EDIT!!!*/
#p7PMnav {
	margin:0;
	padding:0;
}
/*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 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	
}
/*The sub-menu level background image assigned here*/
#p7PMnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #A0A0A0;
	font-size: 12px;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}

#p7PMnav ul li a {
	margin: 0px;
	line-height: 18px;
	background-color: #6381C1;
	background-image: url();
	border-right: 0px solid #333333;
	font-size: 11px;
}

/*Menu link Styles - Change link color here*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 12px;
	color: #fff;
	line-height: 26px;
	border-right: 1px solid #333333;
	background-image: url(img/klb_roots.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*Sub-menu link borders*/
#p7PMnav ul a {
	border-top: 1px solid #555555;
		
}
/*Top-level link hover*/
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #ffffff!important;
	background-position: 0px -100px !important;
	
}
/*Sub-level link hover*/
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #94A3CB;
	color: #E0E3BD;
	border-top: 1px solid #555555;
}
/*The Selected Menu "ON" State*/
#p7PMnav .p7PMon, #p7PMnav ul .p7PMon, #p7PMnav .p7PMon:hover,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-image: url(img/klb_roots.jpg);
	background-position: 0px -100px;
}
/*The Selected Menu "ON" State for sub-menu borders*/
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	
}

/* The current page marker style */
#p7PMnav .p7PMmark {
	background-image: url(img/klb_roots.jpg);
	background-position: 0px -200px;
	color: #000000;
	border-top: 1px solid #555555;

}
/*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;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 210px;
}
/*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;
}
