/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	line-height: 100%;

}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/*set size,color and letter spacing of the root dropdown menu items*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	/*color: #FFF;*/
	/*font-family: Arial, "MS Trebuchet", sans-serif;*/
	/*font-size: 1.2em;*/
	letter-spacing:.05em;	
}

/* set background and foreground color of all links during rollover */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	/*background-color: #5F9DBF;*/
	/*color: #000000;*/
	/*letter-spacing:.06px;*/
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FDE9AE;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*background color of the dropdowns */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	/*background-color: #5F9DBF;*/
	text-align:left;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	/*color: #000000;*/
	/*background-color:#5F9DBF;*/
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float:left;
}

#p7PMnav ul li {
	float: none;
	/*font-size: 11px;*/
	padding:0px;
/*	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
*//*	width: auto;
*/	
}
#p7PMnav ul li a{
	float: none;
	/*font-size: 11px;*/
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
/*	width: auto;
*/	
}


#p7PMnav ul, #p7PMnav ul li {
	/*background-color: #2B30A1;*/
	color: #000000;
	width: auto:
	
}



/*breadcrumb styles*/
#pmmcrumb {
	font-weight: normal;
	margin-bottom: 10px;
	color: #3a1d6c;
	font-size: 95%;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #3a1d6c;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #3a1d6c;
}

/* 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. */
#p7PMnav li {width: auto;}


