/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  PMM Vertical - Custom Styles
  -------------------------------------
*/

#p7PMnav img {border: 0;}
#p7PMnav {
	width: 210px;
	padding: 0;
	margin:0;
	border-bottom: 1px solid white;
	font-size: 12px;
	list-style: none;
}
#p7PMnav ul {
	width: 220px;
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#p7PMnav li {
	list-style-type:none;
}

#p7PMnav a {
	background-color: transparent;
	color: #000000;
	padding: 6px 12px 6px 20px;
	color: white;	
	display: block;
	line-height:1;
	text-decoration:none;
	border-bottom:0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid black;
}

/*the normal trigger link */
#p7PMnav a:hover {
	background-image: url(../images/starburst.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

#p7PMnav ul a, #p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon  {
	list-style-type: none;	
	background-position: left center;
	color: #000000;
}
#p7PMnav ul li a:hover {
	background-position: right center;
	background-image: url(../images/starburst.gif);
	background-repeat:	no-repeat;
}

#p7PMnav ul a:hover {
	background-position: -222px top;
	background-color: transparent;
	color: #FFFFFF;
}
#p7PMnav ul .p7PMtrg {
	background-position: -444px center;
}
#p7PMnav ul a.p7PMfirst.p7PMtrg {
	background-position: -444px 0px;
}
#p7PMnav ul a.p7PMlast.p7PMtrg {
	background-position: -444px bottom;
}
#p7PMnav ul .p7PMon {
	background-position: -222px 0px;
	color: #FFFFFF;
}
#p7PMnav ul a.p7PMfirst.p7PMon {
	background-position: -222px 0px;
	background-color: transparent;
}
#p7PMnav ul a.p7PMlast.p7PMon {
	background-position: -221px bottom;
	background-color: transparent;
}
#menuBarLeft{
	margin-left: -10px;
	padding: 0;
	margin: 0;
}
/* submenu colours to match parent menu */
.blue {
	background-color: #09C;
}
.purple {
	background-color:#306;
}
.green {
	background-color: #693;
}
.green a {
	color:white!important;	
}
.green a:hover, .red a:hover, .blue a:hover, .orange a:hover {
	color:black!important;
}
.purple a:hover {
	color:red!important;
	
}
.yellow {
	background-color:#FC0;
	color: black;
}
.yellow a {
	color: black !important;
}
.yellow a:hover {
	color:white!important;
}
.orange {
	background-color: #F90;
}
.red {
	background-color: #C00;
}
.red a {
	color: white!important;
}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
}
/* the active trigger link style */
#p7PMnav .p7PMon:active {
}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
}
/* the active trigger link style */
#p7PMnav .p7PMon:active {

}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

#pmmcrumb {
	/*font-weight: bold;*/
	font-size:10px;
	font-style: italic;
	color: #fff;
	border-bottom: thin solid #7B68EE;
	padding-bottom:0px!important;
	margin-bottom:0px!important;

}
#pmmcrumb a, #pmmcrumb a:visited {
	color:white;
}
#pmmcrumb a:active, #pmmcrumb a:hover, #pmmcrumb a:focus {	
	color: #306;
	background-color: white;
}
