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

/*Menu Outer Wrapper*/
.p7PMMv13 {
	text-align: center;
}
/*
TOP LEVEL MENU
*/
.p7PMMv13 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv13 li {
	list-style-type: none;
}
.p7PMMv13 a {
	display: block;
	margin: 8px 3px;
	padding: 8px 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #c2ddff;
	letter-spacing: .5px;
	background: #4f6d9b url(../images/buttons_bkgnd.jpg) repeat-x center;
	border: 2px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
}
.p7PMMv13 a:hover {
	background-image: url(../images/buttons_down_bkgnd.jpg);
	color: #fff;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv13 ul ul a.pmmfirst {
}
.p7PMMv13 ul ul a.pmmlast {
}

/*First Sub Level*/
.p7PMMv13 ul ul {
	width: 280px;
	z-index: 10000;
}
.p7PMMv13 ul ul li {
	float: none;
}
.p7PMMv13 ul ul a {
	margin: 6px 0;
	padding: 8px 15px;
	border: 1px solid #999;
	text-align: left;
	text-transform: none;
	color: #333;
	background: #f3e8be;
}
.p7PMMv13 ul ul a:hover {
	background: #111;
	color: #fff;
}
.p7PMMv13 ul ul a.pmmfirst:hover {
}
.p7PMMv13 ul ul a.pmmlast:hover {
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv13 img {
	border: 0;
}
.p7PMMv13 .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
*/

/*Root Level*/
.p7PMMv13 a.trig_open {
}
.p7PMMv13 a.trig_closed {
}
.p7PMMv13 a.trig_closed_up {
}
.p7PMMv13 a.trig_closed_left {
}
.p7PMMv13 a.trig_open, .p7PMMv13 a.trig_open_left {
}
/*Sub Level*/
.p7PMMv13 ul a.trig_closed_up {
}
.p7PMMv13 ul a.trig_open, .p7PMMv13 ul a.trig_open_up {
}
.p7PMMv13 ul a.trig_open {
}
.p7PMMv13 ul ul a.pmmfirst.trig_closed {
}
.p7PMMv13 ul ul a.pmmlast.trig_closed {
}
.p7PMMv13 ul ul a.pmmlast.trig_open {
}
.p7PMMv13 ul ul a.trig_closed_left {
}
.p7PMMv13 ul ul a.pmmfirst.trig_open {
}
.p7PMMv13 ul ul a.trig_open {
}
.p7PMMv13 ul ul a.trig_closed {
}
/*The Current Marker (You are here) links*/
.p7PMMv13 .current_mark {
	background-image: url(../images/buttons_down_bkgnd.jpg);
	color: #fff;
}
.p7PMMv13 ul ul .current_mark {
}
