/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 09 - Pipes
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh09 {
	width: auto;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	line-height: normal;
}
/*
TOP LEVEL MENU
*/
.p7PMMh09 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh09 li {
	list-style-type: none;
	float: left;
	background-image: url(../p7pmm/img/pmm_pipe_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* Hide from IE5 Mac \*/
.p7PMMh09 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh09 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	text-align: left;
	font-variant: small-caps;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.p7PMMh09 a:hover {
	color: #D0AD67 !important;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh09 img {
	border: 0;
}
/*The Current Marker (You are here) links*/
.p7PMMh09 .current_mark {
	font-weight: bold;
	color: #D0AD67 !important;
	text-transform: uppercase;
}


/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
