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

/*Menu Outer Wrapper*/
.popmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 40px;
	padding-top: 6px;
	line-height: 19px;
}
/*Hide Sub-Menu in Design View*/
.popmenu ul div {
	display: none;
	padding-top: 50px;
	line-height: normal;
	padding-left: 0px;
}
.popmenu ul ul div {
	padding-top: 10px;
	background-image: none;
	padding-left: 13px;
}
/*
TOP LEVEL MENU
*/
.popmenu ul {
	margin: 0;
	padding: 0;
}
.popmenu li {
	list-style-type: none;
	float: left;
	width: 120px;
}
/* Hide from IE5 Mac \*/
.popmenu li {width: auto;}
/*End Hiding*/

/*Top Level Links*/
.popmenu a {
	display: block;
	text-decoration: none;
	color: #CCC !important;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 40px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.popmenu a:hover {
	color: #FFF !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.popmenu ul a.pmmfirst {
	border-left-width: 0;
}
.popmenu ul a.pmmlast {
	border-right: 0;
}
.popmenu ul li.pmmfirst {
	border-left: 0;
}
.popmenu ul li.pmmlast {
	border-right: 0;
}
.popmenu ul ul a.pmmfirst {
	border-top: 0;
	background-image: url(../images/pmmCTude_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
.popmenu ul ul a.pmmlast {
	border-top: 0;
	background-image: url(../images/pmmCTude_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
}

/*First Sub Level*/
.popmenu ul ul {
	z-index: 10000;
	width: 220px;
}
.popmenu ul ul li {
	float: none;
	background-image: none !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
}
.popmenu ul ul a {
	color: #000 !important;
	background-image: url(../images/pmmCTude_middle.png);
	background-color: transparent !important;
	text-align: left;
	overflow: hidden;
	background-repeat: repeat-y;
	border: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 56px;
}
.popmenu ul ul a:hover {
	background-position: -224px top;
	color: #FFF !important;
}
.popmenu ul ul a.pmmfirst:hover {
	background-position: -224px 0px;
}
.popmenu ul ul a.pmmlast:hover {
	background-position: -224px bottom;
}
/*Third Level (Flyouts in horizontal menu)*/
.popmenu ul ul ul {

}
/*
SPECIAL IMAGE-BASED RULES
*/
.popmenu img {
	border: 0;
}
.popmenu .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*/
.popmenu li.trig_closed {
	background-image: url(../images/secondary_arrow_east.png) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-color: transparent !important;
}
.popmenu li.trig_open {
	background-image: url(../images/secondary_arrow_south.png) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-color: transparent !important;
}
.popmenu ul ul li.trig_closed {
	background-image: none !important;
}
.popmenu ul ul li.trig_open {
	background-image: none !important;
}
.popmenu ul a.trig_closed_up {
	background-image: url(../images/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.popmenu ul a.trig_open, .popmenu ul a.trig_open_up {
	color: #FFF !important;
}
.popmenu ul a.trig_open {
	color: #FFF !important;
}
.popmenu ul ul a.pmmfirst.trig_closed {
	background-image: url(../images/pmmCTude_top.png);
	background-position: -444px 0px;
}
.popmenu ul ul a.pmmlast.trig_closed {
	background-image: url(../images/pmmCTude_bottom.png);
	background-position: -444px bottom;
	background-color: transparent !important;
}
.popmenu ul ul a.pmmlast.trig_open {
	background-image: url(../images/pmmCTude_bottom.png);
	background-position: -222px bottom;
	background-color: transparent !important;
}
.popmenu ul ul a.trig_closed_left {
	background-image: url(../images/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.popmenu ul ul a.pmmfirst.trig_open {
	background-position: -222px 0px;
	background-color: transparent !important;
}
.popmenu ul ul a.trig_open {
	color: #FFF !important;
	background-position: -222px 0px;
}
.popmenu ul ul a.trig_closed {
	background-image: url(../images/pmmCTude_middle.png);
	background-position: -444px center;
}

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