/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	float: right;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu_ider.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #fe0000;
	border: 1px solid #FDAAAA;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 7px 4px 6px;
	color: #FFFFFF;
	line-height:1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#p7PMnav ul a {
	text-align: left;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color:#990707;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #fe0000;
	color: #FFFFFF;
	background-image: url(../images/menu_ider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 91px;
}
#p7PMnav ul li {
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDAAAA;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 90px;
	text-align: center;
	background-image: none;
	float: left;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}

#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
#p7PMnav ul li a:hover {
	background-color: #990707;
	background-image: none;
}
