/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh07 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6a6a6a;
	text-align: left;
	line-height: normal;
}

/*Hide Sub-Menu in Design View*/
.p7PMMh07 ul div {
	display: none;
}

/* TOP LEVEL MENU */
.p7PMMh07 ul {
	margin: 0;
	padding: 0;
}

.p7PMMh07 li {
	list-style-type: none;
	float: left;
	width: 227px;
	margin: 0px;
}

/* Hide from IE5 Mac \*/
.p7PMMh07 li {
	width: auto;
}

/*Top Level Links*/
.p7PMMh07 ul a, .p7PMMh07 ul a:visited {
	display: block;
	line-height: 32px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 35px;
	color: #6a6a6a;
	text-align: left;
}

.p7PMMh07 ul a:hover {
	color: #fff !important;
	background-color: #016cb6;
	filter:alpha(opacity=90);
	opacity: 0.90;
}

/*First Sub Level*/
.p7PMMh07 ul ul {
	width: 227px;
	padding-top: 12px;
	padding-bottom: 8px;
	background-color:#016cb6;
	filter:alpha(opacity=90);
	opacity: 0.90;
	position: relative;
}

.p7PMMh07 ul ul li {
	width: 100%;
	float: none;
	font-size: 11px;
	font-weight: normal;
}

.p7PMMh07 ul ul a,.p7PMMh07 ul ul a:visited {
	/*height: 24px;*/
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 35px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

.p7PMMh07 ul ul a:hover {
	color: #fece3b !important;
	text-decoration: none;
}

/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

.p7PMMh07 ul a.trig_open {
	color: #fff !important; 
	background-color: #016cb6 !important; 
	filter:alpha(opacity=90);
	opacity: 0.90;
}


/*The Current Marker (You are here) links*/
.p7PMMh07 ul a.current {
	color: #000;
}

.p7PMMh07 ul a.current:hover {
	color: #fff !important;
}

.p7PMMh07 ul ul a.current, .p7PMMh07 ul ul a.current:hover {
	color: #fece3b !important;
}

/* Utility Rule used for Clearing floats in Horizontal Menus */
.p7pmmclearfloat { clear: both; height: 0; line-height: 0; font-size: 0; }
