/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme: 04 - Carbon
  -----------------------------------
*/

#navigation_position {
margin:0 0 0 20px;
}


/*Menu Outer Wrapper*/
.p7PMMv04 {
	width: auto;
	margin: 0 auto;
	font:9pt verdana, arial, sans-serif;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv04 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv04 ul {
	margin: 0;
	padding: 0;
	background-image: url(navigation_menuBG01.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}
.p7PMMv04 li {
	list-style-type: none;
}
.p7PMMv04 a {
	display: block;
	text-decoration: none;
	padding: 4px 0 5px 8px;
	color: #2C3C72 !important;
	text-align: left;
}
.p7PMMv04 a:hover {
	color: #176ead !important;
	background-color: transparent !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv04 ul a.pmmfirst {
}
.p7PMMv04 ul a.pmmlast {
}
.p7PMMv04 ul li.pmmfirst {
}
.p7PMMv04 ul li.pmmlast {
}

/*First Sub Level*/
.p7PMMv04 ul ul {
	z-index: 10000;
	width: 160px;
	border: 1px solid #176ead;
	background-color: #fff;
	background-image: none;	
}
.p7PMMv04 ul ul li {
	background-image: none;
}
.p7PMMv04 ul ul a {
	color: #000 !important;
	text-align: left;
	overflow: hidden;
	font-weight:normal;
	letter-spacing:normal;
	padding:2px 0 3px 5px;
}

.p7PMMv04 ul ul a:hover {
	color: #fff !important;
	background-color:#176ead !important;
}

/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv04 img {
	border: 0;
}
.p7PMMv04 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}

.p7PMMv04 a.trig_open, .p7PMMv04 a.trig_open_left {
	color: #176ead !important;
}

/*The Current Marker (You are here) links*/
.p7PMMv04 .current_mark {
	font-weight: bold;
	color: #000 !important;
	/*font-variant: small-caps;*/
}
.p7PMMv04 .current_mark:hover {
	font-weight: bold;
	color: #ff0000 !important;
}

.p7PMMv04 ul .current_mark {
	color: #ff0000 !important;
}

.p7PMMv04 ul ul .current_mark {
	color: #fff !important;
	background-color:#ccc !important;
}

.p7PMMv04 ul ul .current_mark:hover {
	color: #fff !important;
	background-color:#ccc !important;
}



	
