/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	margin-top:-2px!important; 
	margin-top:0px;
	padding:0;
	float:left;
	height:20px;
	background-image: url(../images/menu_bg.gif);
}
div{}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #A91218;
	border: 1px solid #990000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav ul a {
	display: block;
	text-decoration: none;
	padding: 5px 4px 6px;
	font-weight:bold;
	color: #ffffff;
	line-height:1;
	font-size: 12px;
	text-align: center;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 5px 4px 6px;
	font-weight:bold;
	color: #000000;
	line-height:1;
	font-size: 12px;
	text-align: center;
}



#p7PMnav ul a {
	text-align: left;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-image: url(../images/menu_redbg.gif);
	font-weight:bold;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	background-image: url(../images/menu_redbg.gif);
}

/* ------ 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_redbg.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.rightwidth {
	float: left;
	width: 135px;
}

#p7PMnav li.bgred {
	
	background-image: url(../images/menu_redbg.gif);
	width: 125px;
}

#p7PMnav li {
	float: left;
	width: 125px;
}
#p7PMnav ul li {
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin:0px;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 125px;
	text-align: center;
	background-image: none;
	float: left;
	margin:0px;
}
#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: #ff0000;
	background-image: none;
}
