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

/*Menu Outer Wrapper*/
.p7PMMv12 {
	width: auto;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 0px;
	text-align: left;
	line-height: normal;
	font-variant: small-caps;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv12 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv12 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv12 li {
	list-style-type: none;
	
	padding: 2px;
/*	border: 1px solid #3E5430;*/
}
.p7PMMv12 a {
	display: block;
	text-decoration: none;
	padding: 4px 13px;
	color: #FFF !important;
	text-align: Left;
	border: 1px solid #000;
	background-color: #353E69;
}
.p7PMMv12 a:hover {
	color: #FFF !important;
	background-color: #A7892F;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv12 ul a.pmmfirst {
}
.p7PMMv12 ul a.pmmlast {
}
.p7PMMv12 ul li.pmmfirst {
}
.p7PMMv12 ul li.pmmlast {
	margin-bottom: 0px;
}

/*First Sub Level*/
.p7PMMv12 ul ul {
	z-index: 10000;
	width: 180px;
	background-color: #FFF;
	border: 1px solid #000;
}
.p7PMMv12 ul ul li {
	background-image: none;
	margin-bottom: 0px;
}
.p7PMMv12 ul ul a {
	color: #000 !important;
	text-align: left;
	border: 0;
	overflow: hidden;
	background-color: #FFF;
}
.p7PMMv12 ul ul a:hover {
	color: #FFF !important;
	text-align: left;
	background-color: #C00;
}

/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv12 img {
	border: 0;
}
.p7PMMv12 .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*/
.p7PMMv12 li.trig_open {
}
.p7PMMv12 a.trig_closed {
	background-image: url(img/pmm_east_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv12 a.trig_closed_up {
	background-image: url(img/pmm_north_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv12 a.trig_closed_left {
	background-image: url(img/pmm_west_light.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv12 a.trig_open, .p7PMMv12 a.trig_open_left {
	color: #FFF !important;
	background-color: #C00 !important;
}
/*Sub Level*/
.p7PMMv12 ul ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv12 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv12 ul ul a.trig_open, .p7PMMv12 ul ul a.trig_open_left {
	color: #FFF !important;
	background-color: #000 !important;
	background-image: none;
}

/*The Current Marker (You are here) links*/
.p7PMMv12 .current_mark {
	font-weight: bold;
	color: #000 !important;
	text-transform: uppercase;
}
.p7PMMv12 ul ul .current_mark {
	color: #FFF !important;
}
.p7PMMv12 .current_mark:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}
