/* 
  -----------------------------------
  Pop Menu Magic 2
  Style Theme: RC-White
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMM-white {
margin: 0;
	padding: 0;
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMM-white ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMM-white ul {
	color: #9F0027 !important;
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 0px solid #4E4E4E;
	border-right: 0px solid #333;
	border-bottom: 0px solid #000;
	border-left: 0px solid #4E4E4E;
}
.p7PMM-white li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.p7PMM-white a {
margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	padding: 1px 0px;
	color: #999999 !important;
	text-align: left;
}
.p7PMM-white a:hover {
	color: #666666 !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMM-white ul a.pmmfirst {
}
.p7PMM-white ul a.pmmlast {
}
.p7PMM-white ul li.pmmfirst {
}
.p7PMM-white ul li.pmmlast {
}

/*First Sub Level*/
.p7PMM-white ul ul {
margin: 0;
	padding: 0;
	z-index: 10000;
	width: 180px;
	border-top: 0px solid #89CCDA;
	border-right: 0px solid #328DA0;
	border-bottom: 0px solid #328DA0;
	border-left: 0px solid #89CCDA;
}
.p7PMM-white ul ul li {
margin: 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
}
.p7PMM-white ul ul a {
margin: 0;
	padding: 0;
	color: #000 !important;
	text-align: left;
	overflow: hidden;
}

/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMM-white img {
	border: 0;
}
.p7PMM-white .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*/
.p7PMM-white a.trig_closed {
	background-image: url(img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMM-white a.trig_closed_up {
	background-image: url(img/pmm_north_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMM-white a.trig_closed_left {
	background-image: url(img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMM-white a.trig_open, .p7PMM-white a.trig_open_left {
	color: #CCC !important;
	background-color: #000 !important;
}
/*Sub Level*/
.p7PMM-white ul ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMM-white ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMM-white ul ul a.trig_open, .p7PMM-white ul ul a.trig_open_left {
	color: #CCC !important;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(img/pmm_topaz_v1.jpg);
}

/*The Current Marker (You are here) links*/
.p7PMM-white .current_mark {
	font-weight: bold;
	color: #666666 !important;
}
.p7PMM-white ul ul .current_mark {
	color: #000 !important;
}
.p7PMM-white .current_mark:hover {
	font-weight: bold;
	color: #666666 !important;
}
