/*
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:5 -Cool Box
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border: 0 solid #CCCCCC;
}
#p7PMnav ul li ul {
	border: 0px solid #CCCCCC;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #0F7187;
	padding: 7px 12px;
	color: #CCCCCC;
	line-height:1;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}


/* ------ hintergrund_sublevel ------- */
#p7PMnav ul a {
	padding: 4px 10px;
	background-color: #747577;
	border: 0px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:left;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #464648;
	color: #D5B045;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #D5B045;
	letter-spacing: 0.1em;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-color: #464648;
	color: #DDBB5A;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #464648;
	color: #D5B045;
}
#p7PMnav ul .p7PMon {
	background-color: #FFFFFF;
	color: #333333;
}
/*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: 108px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 160px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #FFCC00;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #66CC66;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
