/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:2 -Mac OSX Style
  -----------------------------------
*/
#p7PMnav {
	padding:0;
	background-color: #FFFFFF;
	font-size: 0.7em;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul li {
	border-right: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background-color: #01A4A3;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #006666;
	line-height:1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #01A4A3;
	color: #FFFFFF;
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #000000; 

}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color:#F0F0FF; 
	color: #006666;
}
#p7PMnav ul a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	line-height:1;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFD9D8;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color:#F0F0FF; 
	color: #006666;
}

#p7PMnav ul.p7PMmark {
	color: #000000; 

}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(/layout/dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right 10px;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #01A4A3;
	color: #000000;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 115px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 115px;
}
.breadcrumb {
	font-weight: normal;
	margin-bottom: 25px;
	color: #333333;
	font-size: 0.9em;
}
