/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 01 - Multicolor
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh01 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: left;
	line-height: normal;
	z-index:9001;	
}
.p7PMMh01 .p7PMM {
	margin: 0 auto;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh01 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh01 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh01 li {
	list-style-type: none;
	float: left;
	width: 100px;
	margin-top: 0px;
}
/* Hide from IE5 Mac \*/
.p7PMMh01 li {width: auto;}
/* End Hiding */

/*Top Level Links*/
.p7PMMh01 a {
	display: block;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	color: #666666 !important;
	background-color: #FFF !important;
	text-align: left;
	border-right: 1px #8C1229 solid;	
	font-weight:bold;
	font-size:11px;
}
.p7PMMh01 a:hover {
	color: #000 !important;
	border-right: 1px #8C1229 solid;
}
.p7PMMh01 li a:hover {
	background-color: #FFF !important;	
}
li.trig_open a.trig_open {
	color: #000 !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh01 ul a.pmmfirst {
}
.p7PMMh01 ul a.pmmlast {
	border-right:none;
}
.p7PMMh01 ul ul a.pmmlast {
	border-right: none;
}
.p7PMMh01 ul li.pmmfirst {
}
.p7PMMh01 ul li.pmmlast {
}
/*First Sub Level*/
.p7PMMh01 ul ul {
	width: 200px;
	border:0;
	background-color: #333;
}
.p7PMMh01 ul ul li {
	float: none;
	border-bottom:1px #CBC0B6 solid;
}
.p7PMMh01 ul ul li a:hover {
	color:#000;
	background-image: url(/assets/css/images/white-arrow-transparent-menu2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-right:0;	
	padding-left:20px;
}
/* background color of drop down */
.p7PMMh01 ul ul a {
	padding: 4px 12px;
	color: #fff !important;
	border-left: 0;
	border-right:0;
	background-color: #6B5A4B !important;
	text-align: left;
	overflow: hidden;
	padding-left:20px;	
}
.p7PMMh01 ul ul a:hover {
	color: #fff !important;
	background-color: #6B5A4B !important;
}
/* remove bottom border from last menu item */
.p7PMMh01 ul ul li.pmmlast {
	border-bottom:0;
}
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}