/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style

  angepasst durch www.7media.de
  -----------------------------------
*/
#p7PMnavFuss {
	margin: 0;
	padding:3px 0;
	margin:0;
}
#p7PMnavFuss li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

#p7PMnavFuss ul {
	margin: 0;
	padding: 0;
	background-color: #EAE8E3; /* grau */
	/* border: 1px solid #000000; */
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnavFuss a {
	display: block;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 8px;
	color: #000; /* schwarz */
	/* color: #003271; /* dunkelblau */
	line-height:0.7;
	border-right-color:#3B3A3A;
	border-right-width:1px;
	border-right-style:inset;
	
}

#p7PMnavFuss a.last {
	border-right:none;	
}

#p7PMnavFuss a:hover, #p7PMnavFuss a:active, #p7PMnavFuss a:focus {
	background-color: #313131; 
	color: #FFFFFF !important;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnavFuss .p7PMmark {
	font-weight: bold;
	background-color: #313131; 
	color: #FFFFFF !important;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnavFuss ul .p7PMtrg, #p7PMnavFuss ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnavFuss .p7PMon {
	background-color: #313131;
	color: #FFFFFF;
	background-image:  url(img/p7PM_light_south.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/* Top level menu width */
#p7PMnavFuss li {
	float: left;
	width: 65px;
	padding: 0 auto;
}

#p7PMnavFuss ul li {
	float: none;
}


/* Add on für variable Breite im horizontalen Menu */
/* 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 to their natural width.
#p7PMnavFuss li {width: auto;} */
