/* --------------------------
Pop Menu Magic 2
by Project Seven Development
www.projectseven.com
Menu Type: Horizontal
Style Theme: 12 - Typemasters
----------------------------- */
/* Menu Outer Wrapper */
.p7PMMh12 {
	width: auto;
	margin: 0 auto;
}
/* TOP LEVEL MENU */
.p7PMMh12 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh12 li {
	list-style-type: none;
	float: left;
	width: 120px;
	margin-right: 6px;
}
/* Hide from IE5 Mac \*/
.p7PMMh12 li {
	width: auto;
}
/* Top Level Links */
.p7PMMh12 a {
	display: block;
	text-decoration: none;
	padding: 14px;
	color: #ffffff !important;
	text-align: left;
/*	background:#444;*/
	border:0px solid #545454;
	border-bottom:0;
/*	background-color:transparent;	*/	
}
.p7PMMh12 a:hover {
	color:#fff;
	background:#000000;
	border:0px solid #666;
	border-bottom:0;
	border-top:0;
/*    filter:alpha(opacity=50);
    opacity: 0.50;
*/
}

/* TRIGGERS and CUURENT MARK RULES */
/*The Current Marker (You are here) links*/
.p7PMMh12 .current_mark {
	color:#fff;
/*	background:#252525;*/
	border:0px solid #333;
	border-bottom:0;
}
/* Utility Rule used for Clearing floats in Horizontal Menus */
.p7pmmclearfloat { clear: both; height: 0; line-height: 0; font-size: 0; }



