/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 01 - Multicolor
  -----------------------------------
*/


#p7PMM_1{
	margin:0;
	padding:0;
	position: absolute;
	width: 890px;
	z-index: 100;
	top: 140px;
	overflow: visible;
	height: 25px;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	left: 0px;
	}
	
	
/*Menu Outer Wrapper*/


.p7PMMh01 {
	width: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 1 em;
}
.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: 4px 16px 6px;
	color: #543c33 !important;
	border-left: 2px solid #99bccb;
	font-weight: normal;
}
.p7PMMh01 a:hover {
	color: #FFF !important;
	border-color: #543c33; /*brown */
	background-color: #99bccb; /*blue */ !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: 2px solid #99bccb; /*blue */
}
.p7PMMh01 ul ul a.pmmlast {
	border-right: 0;
}
.p7PMMh01 ul li.pmmfirst {
}
.p7PMMh01 ul li.pmmlast {
}
/*First Sub Level*/
/*.p7PMMh01 ul ul {
	width: 200px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #333;
}
.p7PMMh01 ul ul li {
	float: none;
}
.p7PMMh01 ul ul a {
	padding: 4px 12px;
	color: #CCC !important;
	border-left: 0;
	background-color: #333 !important;
	text-align: left;
	overflow: hidden;
}
.p7PMMh01 ul ul a:hover {
	color: #EEE !important;
	background-color: #666 !important;
}*/
/*Third Level (Flyouts in horizontal menu)*/
/*.p7PMMh01 ul ul ul {
	border: 1px solid #000;
}*/
/*
SPECIAL IMAGE-BASED RULES
*/
/*.p7PMMh01 img {
	border: 0;
}
.p7PMMh01 .p7PMM_img {
	padding: 0;
	border: 0;
}*/




/*Special width Rules
*/
#p7PMM_1 .root_1 {width: 104px;}
#p7PMM_1 .root_2 {width: 148px;}
#p7PMM_1 .root_3 {width: 155px;}
#p7PMM_1 .root_4 {width: 196px;}
#p7PMM_1 .root_5 {width: 125px;}
#p7PMM_1 .root_6 {width: 160px;}



#p7PMM_1.p7PMMh01 a {text-align: center;}
#p7PMM_1.p7PMMh01 ul ul a {text-align: center;}










/*The Current Marker (You are here) links*/
.p7PMMh01 .current_mark {
	color: #99bccb !important; /* blue*/
}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

