/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 07 - See-Through
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.topnav {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: inherit;
	text-align: left;
	line-height: normal;
	padding-left: 100px;
	padding: 0 83px 7px 159px;
	position: relative;
	height: 125px;	
	margin: 0;		
}
/*Hide Sub-Menu in Design View*/
.topnav ul div {
	display: none;
}
/*Provide Buffer for lowered 1st level Drop Down*/
.topnav ul div {
	padding-top: 6px;
	background-image: url(../images/menu/iefix.gif);
}
/*Remove Buffer 2nd level flyouts*/
.topnav ul ul div {
	padding-top: 0px;
	background-image: none;
}
/*
TOP LEVEL MENU
*/
.topnav ul {
	margin: 0;
	padding: 0;
}
.topnav li {
	list-style-type: none;
	float: left;
	width: 120px;
	/*margin-right: 6px;*/
	background-image: url(../images/menu/sheer_root.png);
	margin-top: 95px;
}
/* Hide from IE5 Mac \*/
.topnav li {
	width: auto;
}
/*Top Level Links*/
.topnav ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 25px !important;
	color: #CCC !important;
	text-align: left;
	white-space: nowrap;
}
.topnav a:hover {
	color: #000 !important;
	border-color: #FFF;
}
.topnav li:hover {
	background-position: 0px -60px;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.topnav ul a.pmmfirst {
}
.topnav ul a.pmmlast {

}
.topnav ul li.pmmfirst {
}
.topnav ul li.pmmlast {
}
/*First Sub Level*/
.topnav ul ul {
	z-index: 10000;
	width: 200px;
	border-right: 1px solid #FF66CC;
	border-bottom: 1px solid #FF3399;
	background-image: url(../images/menu/sheer_subs.png);
	border-top: 1px solid #FFCCFF;
	border-left: 1px solid #FFCCFF;
}
.topnav ul ul li {
	float: none;
	background-image: none;
	margin-right: 0;
	margin-top: 0;
}
.topnav ul ul a {
	padding: 4px 14px !important;
	color: #000 !important;
	border: 0;
	background-image: none;
	background-color: transparent;
	text-align: left;
	overflow: hidden;
}
.topnav ul ul a:hover {
	background-color: #2A2A2A !important;
	color: #FFF !important;
	background-image: none;
}
/*Third Level (Flyouts in horizontal menu)*/
.topnav ul ul ul {

}
/*
SPECIAL IMAGE-BASED RULES
*/
.topnav img {
	border: 0;
}
.topnav .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
*/

.topnav ul a.trig_closed {
	background-image: url(../images/menu/south_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.topnav ul a.trig_closed_up {
	background-image: url(../images/menu/north_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.topnav ul li.trig_open, .topnav ul li.trig_open_left, .topnav ul li.trig_open_up {
	color: #000 !important;
	background-color: transparent;
	background-position: 0px -60px;
}
/*Sub Level*/
.topnav ul ul a.trig_closed {
	background-image: url(../images/menu/east_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.topnav ul ul a.trig_closed_left {
	background-image: url(../images/menu/west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.topnav ul ul a.trig_open {
	color: #FFF !important;
	background-image: none;
	background-color: #2A2A2A !important;
}
/*The Current Marker (You are here) links*/
.topnav .current_mark {
	font-weight: bold;
	color: #000 !important;
	letter-spacing: 0.1em;
}
.topnav ul ul .current_mark {
	color: #000 !important;
}

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


.root_4 li { margin: 0; } .topnav ul li.root_4 a { padding: 0 !important; }

