/* 
  -----------------------------------
  Pop Menu Magic 8
  Menu Type: Horizontal
  Style Theme: PC - Paris Ceramics
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh-PC {
	width: auto;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	background-color: #FFFFFF;
	border: 0px solid #000;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh-PC ul div {
	display: none;
}
.p7PMMh10 ul a {
	display: block;
	text-decoration: none;
	text-align: left;
	border: 0;
}
/*
TOP LEVEL MENU
*/
.p7PMMh-PC ul {
	margin: 0;
	padding: 0;
}
.p7PMMh-PC li {
	list-style-type: none;
	float: left;
	width: 100%;
}
/* Hide from IE5 Mac \*/
.p7PMMh-PC li {width: auto;}
/*End Hiding*/

/*Top Level Links*/
.p7PMMh-PC a {
	display: block;
	text-decoration: none;
	padding: 1px 12px 1px 1px;
	color: #000000!important;
	border-right: 0px solid #000;
	background-color: #FFFFFF;
	border-left: 0px solid #000000;
	text-align: left;
	font-weight: bold;
}
.p7PMMh-PC a:hover {
	color: #000!important;
	background-color: #FFF !important;
	background-image: none;
	text-decoration:underline;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh-PC ul a.pmmfirst {

}
.p7PMMh-PC ul a.pmmlast {
	
}
.p7PMMh-PC ul li.pmmfirst {
	
	
}
.p7PMMh-PC ul li.pmmlast {
	
}
.p7PMMh-PC ul ul a.pmmfirst {
	
}
.p7PMMh-PC ul ul a.pmmlast {
padding-bottom: 7px;	
}
.p7PMMh-PC ul ul ul a.pmmfirst {
	
}
/*First Sub Level*/
.p7PMMh-PC ul ul {
	z-index: 10000;
	background-color: #FFFFFF;
	width: 100%;
	margin-top:5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.p7PMMh-PC ul ul li {
	float: none;
	background-image: none;
	background-color: #FFF;
}
.p7PMMh-PC ul ul a {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	color: #000 !important;
	font-weight: bold;
	background-image: none;
	zoom: 1;
	background-color: #FFF;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	text-align: left;
	overflow: hidden;
}
.p7PMMh-PC ul ul a:hover {
	background-color: #FFF !important;
	color: #8B5A2C !important;
	background-image: none;
	text-decoration:none;
	font-weight:bold;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh-PC ul ul ul {

}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh-PC img {
	border: 0;
}
.p7PMMh-PC .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*
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
*/

/*Sub Level*/
.p7PMMh-PC ul a.trig_closed, .p7PMMh-PC ul a.trig_closed_left {
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh-PC ul a.trig_closed_up {
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh-PC ul a.trig_open, .p7PMMh-PC ul a.trig_open_up {
	color: #000 !important;
	background-color: #FFF !important;
	border-color: #000;
	text-decoration:underline;
}
.p7PMMh-PC ul a.trig_open {
	color: #000 !important;
	background-color: #FFF !important;
}
.p7PMMh-PC ul ul a.trig_closed {
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh-PC ul ul a.trig_closed_left {
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh-PC ul ul a.trig_open {
	color: #8B5A2C !important;
	background-color: #FFF !important;
	border-color: none!important;
}
/*The Current Marker (You are here) links*/
.p7PMMh-PC .current_mark {
	color: #000 !important;
}
.p7PMMh-PC ul ul .current_mark {
	color: #000 !important;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

