/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: statewide theme
  -----------------------------------
*/

/* FULLY WORKING MENU TEMPLATE */

/*Menu Outer Wrapper*/
#nav {
	margin: 0 auto;
	width: auto;
	text-align: left;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;;
	font-size: 13px;
	float: right;
}


/*
TOP LEVEL MENU
*/
#nav ul {
	margin: 0;
	padding: 0;
	
}

#nav li {
	margin: 0;
	padding: 0;
	height: 44px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
/* Hide from IE5 Mac \*/
#nav li {
	width: auto;
}
/* End Hiding */

/* used for overlaping over banners etc */
#nav ul div {
	z-index: 2;
}



/* TOP NAV, TEXT LINKS */
#nav a.main {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 24px;
	display: block;
	text-decoration: none;
	padding: 12px 16px 8px 16px;
	display: block;
	text-align: center;
	vertical-align: bottom;
	color: #093667 !important;
	font-size: 16px;
	font-family: "aeroregular",Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
}

	
#nav li a.main:hover, 
#nav li a.main:active, 
#nav li a.main:focus, 
#nav li.on a.main:hover, 
#nav li.on a.main:active, 
#nav li.on a.main:focus, 
#nav li.on a.main {
	background: #d89903;
	color: #FFF !important;
}



/* POPUP LINKS */
#nav a {
	padding: 8px 16px 8px 6px;
	display: block;
	text-align: left;
	text-decoration: none;
	vertical-align: bottom;
	color: #444 !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
#nav ul a.pmmfirst {
}

#nav ul a.pmmlast {
}

#nav ul li.pmmfirst {
}

#nav ul li.pmmlast {
}

/*First Sub Level*/
#nav ul ul {
	background-color: #fff;
	margin: 0 0 0 0;
	width: 200px;
	border: 1px #d5d3d3 solid;
	border-top: 0px;
	vertical-align: bottom;

	overflow: hidden; /* keep LI's within the rounded edges */
}

#nav ul ul li {
	background-image: none;
	margin: 0;
	padding: 0;
	height: 100%;
	float: none;
	position: static;
}

#nav ul ul a {
	background-image: none;
	margin: 0;
	padding: 8px 16px 7px;
	border-right: 0;
	text-align: left;
	overflow: hidden;
	color: #444 !important;
}

#nav ul ul a:hover {
	background-color: #d5d3d3;
	color: #fff !important;
}

/*Third Level (Flyouts in horizontal menu)*/
#nav ul ul ul {
	padding-top: 0px;
	border: 1px #d5d3d3 solid;
	overflow: hidden; /* keep LI's within the rounded edges */
}

/*
SPECIAL IMAGE-BASED RULES
*/
#nav img {
	border: 0;
}

#nav .p7PMM_img {
	background-image: none;
	background-color: transparent;
	padding: 0;
	border: 0;
}

/*
TRIGGERS and CURRENT 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
*/
#nav ul a.trig_closed {
	/* background-position: 100% -80px; */
}

#nav ul a.trig_closed_up {
	/* background-position: 100% -160px; */
}

/*Sub Level*/
#nav ul li.trig_open {
	/* background-position: 0px -240px; */
	/* color: #FFF !important; */
}

#nav ul a.trig_open {
	/* background-position: 100% -240px; */
	/* color: #FFF !important; */
}

#nav ul ul a.trig_closed {
	background-image: url(../images/nav/pmm_east_medium.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center !important;
}

#nav ul ul a.trig_closed:hover {
	background: url('../images/nav/nav_li.gif') #0264A4 left top repeat-x;
}

#nav ul ul a.trig_closed_left {
	background-image: url(../images/nav/pmm_west_medium.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center !important;
}

#nav ul ul a.trig_open {
	background-color: #0264A4;
	color: #fff !important;
}

/*The Current Marker (You are here) links*/
#nav .current_mark {
	background-color: #0264A4;
	color: #fff !important;
}

#nav .li_current_mark {
	background-color: #0264A4;
	color: #fff !important;
}

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