/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 01 - Multicolor
  -----------------------------------
*/

#p7PMM_1 {
	margin-left:50px;
	font-size:11px;
	width:940px;
	position: relative;
	z-index: 9999999;
}

/*Menu Outer Wrapper*/
.p7PMMh01 {
	width: auto;
	margin: 0 auto;
	font-size: inherit;
	text-align: left;
	line-height: normal;
	font-size:14px;	
	width: auto;
	line-height: normal;
	position: relative;
	z-index: 9999999;	
}
.p7PMMh01 .p7PMM {
	margin: 0 auto;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh01 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh01 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh01 li {
	list-style-type: none;
	float: left;
	margin-top: 0px;
}
/* Hide from IE5 Mac \*/
.p7PMMh01 li {width: auto;}
/* End Hiding */

/*Top Level Links*/
.p7PMMh01 a {
	display: block;
	text-decoration: none;
	color: #FFF !important;
	text-align: left;
	background:#360F58 url(../style/images/menubtn-inner.gif) no-repeat scroll right center;
	height:25px;	
	padding: 0px 16px 0 0px;
	vertical-align:middle;
	line-height:25px; 				
}

#p7PMM_1a1, #p7PMM_1a2, #p7PMM_1a3, #p7PMM_1a4, #p7PMM_1a5, #p7PMM_1a6, #p7PMM_1a7, #p7PMM_1a8, #p7PMM_1a9, #p7PMM_1a10, #p7PMM_1a11 {
	text-transform:uppercase;
}


.p7PMMh01 a:hover {
	color: #CCC !important;
	text-decoration:none;

}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh01 ul a.pmmfirst {
	background:#360F58 url(../style/images/menubtn-left.gif) no-repeat scroll left center;
	padding-left:8px;
}
.p7PMMh01 ul a.pmmlast {
	background:#360F58 url(../style/images/menubtn-right.gif) no-repeat scroll right center;
	width:27px;
	padding:0 16px 0 -2px;		
}
.p7PMMh01 ul ul a.pmmlast {
	border-right: 0;
}

#p7PMM_1u2 {
	margin:0 0 0 4px;
}

#p7PMM_1u3 {
	margin:0 0 0 -6px;
}
#p7PMM_1u4,#p7PMM_1u5,#p7PMM_1u6,#p7PMM_1u7,#p7PMM_1u8,#p7PMM_1u9,#p7PMM_1u10,#p7PMM_1u11 {
	margin:0 0 0 -3px;
}

/*First Sub Level Special CASE*/

.p7PMMh01 ul ul li a.pmmlast, .p7PMMh01 ul ul li a.pmmfirst {
	background-image:none;
	background-color:#fff;
	padding:0 0 4px 10px;
	width:auto;	
}

#p7PMM_1u2 li a.pmmfirst, #p7PMM_1u3 li a.pmmfirst, #p7PMM_1u4 li a.pmmfirst, #p7PMM_1u5 li a.pmmfirst, #p7PMM_1u6 li a.pmmfirst, #p7PMM_1u7 li a.pmmfirst, #p7PMM_1u8 li a.pmmfirst, #p7PMM_1u9 li a.pmmfirst,  #p7PMM_1u10 li a.pmmfirst, #p7PMM_1u11 li a.pmmfirst {
	padding: 4px 0 4px 10px;
}


#p7PMM_1u2 li,#p7PMM_1u3 li,#p7PMM_1u4 li,#p7PMM_1u5 li,#p7PMM_1u6 li,#p7PMM_1u7 li,#p7PMM_1u8 li,#p7PMM_1u9 li,#p7PMM_1u10 li,#p7PMM_1u11 li {
	width:100%;
}



/*First Sub Level*/
.p7PMMh01 ul ul {
	border:0;
	background-color: #DED8E5;
	background-image:none;
}
.p7PMMh01 ul ul li {
	float: none;
}

/* background color of drop down */
.p7PMMh01 ul ul a {
	padding: 4px 0 4px 10px;
	color:#291141 !important;
	border-left: 0;
	border-right:0;
	background-color: #DED8E5 !important;
	background-image:none;
	text-align: left;
	font-weight:bold;
	border-bottom: 1px solid #fff;
}
.p7PMMh01 ul ul a:hover {
	color:#00929F !important;
	background-color: #DED8E5 !important;
	background-image:none;
	padding: 4px 0 4px 10px;
	text-decoration:none;
}
/* remove bottom border from last menu item */
.p7PMMh01 ul ul li.pmmlast {
	border-bottom:0;
	background-color: #DED8E5 !important;
	background-image:none;	
	padding: 4px 0;	
}

.p7PMMh01 ul ul a:hover {
	color: #00929F !important;
	background-color: #DED8E5 !important;
	background-image:none;	
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7PMMh01 ul ul li a {
width:270px !important;
display:block !important; }
