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

/*Menu Outer Wrapper*/
.p7PMMh13 {
	width: auto;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	line-height: normal;	/*If you are using this style theme on a page that is not 
	a PVII Curvitude Page Pack Page, then remove the comments 
	around the background image declaration below*/
	color: #FFFFFF;
	z-index: 1000;
	position: relative;
	background-color: #336699;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh13 ul div {
	display: none;
	padding-top: 6px;
	background-image: url(img/pmm_iefix.gif);
}
.p7PMMh13 ul ul div {
	padding-top: 0px;
}
/*
TOP LEVEL MENU
*/
.p7PMMh13 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh13 li {
	list-style-type: none;
	float: left;
	width: 120px;
	margin-top: 0px;
}
/* Hide from IE5 Mac \*/
.p7PMMh13 li {
	width: auto;
}
/*End Hiding*/

/*Top Level Links*/
.p7PMMh13 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;	/*background-image: url(img/pmmCtude_hroots.jpg);
	background-repeat: repeat-x;*/
	background-color: #336699;
}
.p7PMMh13 a:hover {
	color: #FFF !important;
	background-color: #CC0000;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh13 ul a.pmmfirst {
	border-left-width: 0;
}
.p7PMMh13 ul a.pmmlast {
	border-right: 0;
}
.p7PMMh13 ul li.pmmfirst {
	border-left: 0;
}
.p7PMMh13 ul li.pmmlast {
	border-right: 0;
}
.p7PMMh13 ul ul a.pmmfirst {
	border-top: 0;
	padding-top: 4px;
}
.p7PMMh13 ul ul a.pmmlast {
	border-top: 0;
	padding-bottom: 4px;
}

/*First Sub Level*/
.p7PMMh13 ul ul {
	z-index: 9999999;
	width: 200px;
}
.p7PMMh13 ul ul li {
	width: 200px;
}
.p7PMMh13 ul ul a {
	color: #FFFFFF !important;
	text-align: left;
	overflow: hidden;
	background-color: #336699;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 14px;
	border-bottom-color: #FFFFFF;
	width: 200px;
}
.p7PMMh13 ul ul a:hover {
	color: #FFF !important;
	background-color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.p7PMMh13 ul ul a.pmmfirst:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.p7PMMh13 ul ul a.pmmlast:hover {
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh13 ul ul ul {

}

}
/*
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*/
.p7PMMh13 li.trig_closed {
}
.p7PMMh13 li.trig_open {
}
.p7PMMh13 ul ul li.trig_closed {
}
.p7PMMh13 ul ul li.trig_open {
}
.p7PMMh13 ul a.trig_closed_up {
}
.p7PMMh13 ul a.trig_open, .p7PMMh13 ul a.trig_open_up {
	color: #FFF !important;
}
.p7PMMh13 ul a.trig_open {
	color: #FFF !important;
}
.p7PMMh13 ul ul a.pmmfirst.trig_closed {
}
.p7PMMh13 ul ul a.pmmlast.trig_closed {
}
.p7PMMh13 ul ul a.pmmlast.trig_open {
}
.p7PMMh13 ul ul a.trig_closed_left {
}
.p7PMMh13 ul ul a.pmmfirst.trig_open {
}
.p7PMMh13 ul ul a.trig_open {
	color: #FFF !important;
}
.p7PMMh13 ul ul a.trig_closed {
}
/*The Current Marker (You are here) links*/
.p7PMMh13 .current_mark {
	color: #FFFFFF !important;
}
.p7PMMh13 ul ul .current_mark {
	color: #FFF !important;
}

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