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

/*Menu Outer Wrapper*/
.osMainNav {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.osMainNav ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.osMainNav ul {
	margin: 0;
	padding: 0;
}
.osMainNav li {
	list-style-type: none;
	float: left;
	width: 120px;
}
/* Hide from IE5 Mac \*/
.osMainNav li {width: auto;}
/*End Hiding*/

/*Top Level Links*/
.osMainNav a {
	display: block;
	text-decoration: none;
	color: #FFF !important;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	height:10px;
	
}
.osMainNav a:hover {
	color: #97aa3a !important;
	text-decoration: none;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.osMainNav ul a.pmmfirst {
}
.osMainNav ul a.pmmlast {
	border:0;
}
.osMainNav ul li.pmmfirst {
}
.osMainNav ul li.pmmlast {
}
/*First Sub Level*/
.osMainNav ul ul {
	z-index: 10000;
	width: 170px;
	/*border-right: 0px solid #000;
	border-bottom: 0px solid #97aa3a;
	border-left: 0px solid #666;*/
	/*margin-top: 17px;*/
	margin-top:4px;
}
.osMainNav ul ul li {
	float: none;
	background-image:url(../../images/bkg_navLI4.png); /* THIS ONE */
	border-bottom: 1px solid #97aa3a;
}
.osMainNav ul ul a {
	padding: 4px 18px 4px 20px;
	color: #FFF !important;
	border-right: 0;
	background-image: none;
	text-align: left;
	overflow: hidden;
	text-decoration: none;
	height:16px;
	/* set transparency */
	/*background-color: #97aa3a;
	filter: alpha(opacity=55);
	opacity: 0.55;
	-moz-opacity:0.55; */
	
	
}
.osMainNav ul ul a:hover {
	
	color: #97aa3a !important;
	background-image: none;
	text-decoration: none;
	/*background-color: #58533b !important;
	 set transparency */
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
}
/*Third Level (Flyouts in horizontal menu)*/
.osMainNav ul ul ul {
	border-top: 0px solid #97aa3a;
	border-right: 0px solid #97aa3a;
	/*border-bottom: 1px solid #97aa3a;*/
	border-left: 0px solid #97aa3a;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.osMainNav img {
	border: 0;
}
.osMainNav .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
*/

/*Sub Level*/
.osMainNav ul a.trig_closed, .osMainNav ul a.trig_closed_left {
	background-image: url(../../welcome/p7pmm/img/pmm_south_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.osMainNav ul a.trig_closed_up {
	background-image: url(../../welcome/p7pmm/img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.osMainNav ul li.trig_open {
	color: #FFF !important;
	/*background-image:url(../../images/bkg_navLI4.png);*/
}
.osMainNav ul a.trig_open {
	background-position: 100% -165px;
	color: #97aa3a !important;
}
.osMainNav ul a.trig_open_up {
	/*background-color: #000;*/
	color: #97aa3a !important;
}
/*.osMainNav ul ul a.trig_closed {
	background-image: url(../../welcome/p7pmm/img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.osMainNav ul ul a.trig_closed_left {
	background-image: url(../../welcome/p7pmm/img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}*/
.osMainNav ul ul a.trig_open {
	color: #FFF !important;
	background-color: #424242 !important;
}
/*The Current Marker (You are here) links*/
.osMainNav .current_mark {
	font-weight: bold;
	color: #97aa3a !important;
	/*font-variant: small-caps;*/
	/*background-image:url(../../images/bkg_nav.png);*/
}
.osMainNav ul ul .current_mark {
	/*color: #FFF !important;
	background-image:url(../../images/bkg_nav.png);*/
	color: #97aa3a !important;
	background-image: none;
	text-decoration: none;
	/*background-color: #58533b !important;*/
	/* set transparency */
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#p7PMM_2.p7PMMh10 ul ul a {text-align: left;}
#p7PMM_2.p7PMMh11 ul ul a {text-align: left;}
