/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme: 08 - Cayenne
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMv08 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 0;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv08 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv08 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv08 li {
	list-style-type: none;
}
.p7PMMv08 a {
	display: block;
	text-decoration: none;
	padding: 5px 16px;
	color: #586A84 !important;
	text-align: left;
}
.p7PMMv08 a:hover {
	color: #F5E48D !important;
	background-color: #586B84 !important;
	text-decoration: none;
}

/*First Sub Level*/
.p7PMMv08 ul ul {
	z-index: 10000;
	width: 180px;
	background-color: #586B84;
}
.p7PMMv08 ul ul li {
	background-image: none;
	background-color: #424242;
}
.p7PMMv08 ul ul a {
	color: #F5E48D !important;
	background-color: #586B84;
	text-align: left;
	overflow: hidden;
}
