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

/*Menu Outer Wrapper*/
.p7PMMh04 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #5E2476;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh04 ul div {
}
/*
TOP LEVEL MENU
*/
.p7PMMh04 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh04 li {
	list-style-type: none;
	float: left;
}
/* Hide from IE5 Mac \*/
.p7PMMh04 li {
}
/*Top Level Links*/
.p7PMMh04 a {
	display: block;
	text-decoration: none;
	padding: 10px 0px;
	color: #FFF!important;
	text-align: center;
	margin: 0px;
	background-image: url(/p7pmm/img/carbon.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.p7PMMh04 a:hover {
	font-weight: bold;
	background-image: url(/p7pmm/img/carbon.jpg);
	background-repeat: repeat-x;
	background-position: 0px -136px;
}
/*The Current Marker (You are here) links*/
.p7PMMh04 .current_mark {
	font-weight: bold;
	color: #FFF !important;
	background-image: url(/p7pmm/img/carbon.jpg);
	background-repeat: repeat-x;
	background-position: 0px -136px;
}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#p7PMM_1 .root_1 {width: 89px; border-right: 1px solid #5E2476;}
#p7PMM_1 .root_2 {width: 109px; border-right: 1px solid #5E2476;}
#p7PMM_1 .root_3 {width: 104px; border-right: 1px solid #5E2476;}
#p7PMM_1 .root_4 {width: 139px; border-right: 1px solid #5E2476;}
#p7PMM_1 .root_5 {width: 129px; border-right: 1px solid #5E2476;}
#p7PMM_1 .root_6 {width: 95px; border-right: 1px solid #5E2476;}
#p7PMM_1 .root_7 {width: 162px; border-right: 1px solid #5E2476;}
#p7PMM_1 .root_8 {width: 121px;}

#p7PMM_1 .root_1 a:hover {width: 89px; display: block;}
#p7PMM_1 .root_2 a:hover {width: 109px; display: block;}
#p7PMM_1 .root_3 a:hover {width: 104px; display: block;}
#p7PMM_1 .root_4 a:hover {width: 139px; display: block;}
#p7PMM_1 .root_5 a:hover {width: 129px; display: block;}
#p7PMM_1 .root_6 a:hover {width: 95px; display: block;}
#p7PMM_1 .root_7 a:hover {width: 162px; display: block;}
#p7PMM_1 .root_8 a:hover {width: 121px; display: block;}
