/* SECTION MENU */
#PPC_navSection1 {left: -180px; z-index: 9;}
#PPC_navSection2 {left: -90px; z-index: 10;}
#PPC_navSection3 {left: 0px; z-index: 11;}
#PPC_navSection4 {left: 90px; z-index: 12;}
#PPC_navSection5 {left: 180px; z-index: 13;}
#PPC_navSection6 {left: 270px; z-index: 14;}
#PPC_navSection7 {left: 360px; z-index: 15;}

#header #PPC_nav h5 a:hover {
	background-color: #5C5859;
	background-image: url('/images/gui/nav_top_vr.gif');
}

#header #PPC_nav h5 a .button {
	background: url('/images/gui/nav_bottom.gif') no-repeat bottom center;
	display: block;
	font-size: 0;
	height: 4px;
	width: 80px;
}
#header #PPC_nav h5 a:hover .button {
	background-image: url('/images/gui/nav_bottom_vr.gif');
}
#header #PPC_nav h5 a.active,
#header #PPC_nav h5 a.active:hover {
	background: none;
	color: #FDBA31;
}

#header #PPC_nav h5 a.active .button,
#header #PPC_nav h5 a.active:hover .button {
	background: none;
}

#PPC_nav {
	height: 50px;
	position: relative;
	left: 50%;
	top: 13px;
	width: 430px;
	margin: 0 0 0 -71px;
	list-style-type: none;
}
#PPC_nav div:hover {
	width: auto;
	cursor: pointer;
}

#PPC_nav div ul {
	padding: 0 7px 7px 7px;
	margin: 0px;
	list-style: none;
	display: none;
	border: none;
	width: 176px;
}
#special {
	background: url('/images/gui/menu_bottom.png') no-repeat bottom center;
	position: relative;
	bottom: -9px;
}
#PPC_nav div:hover ul {
	display: block;
	z-index: 1000;
}
#PPC_nav div.over ul {
	display: block;
	z-index: 1000;
}
#PPC_nav div ul li {}
#PPC_nav h5 a {
	display: block;
	background: #3E3A3B url('/images/gui/nav_top.gif') no-repeat top center;
	color: #fff;
	display: block;
	margin-left: 6px;
	padding-top: 4px;
	text-decoration: none;
	text-align: center;
	width: 80px;
}
#PPC_nav div ul li a {
	margin: 0px;
	padding: 0px 3px 0px 3px;
	border: none;
	color: #fff;
	font-size: 8pt;
	font-weight: normal;
}
#PPC_navSection1, #PPC_navSection2, #PPC_navSection3, #PPC_navSection4, #PPC_navSection5, #PPC_navSection6, #PPC_navSection7 {
	position: absolute;
	top: 0px;
	width: auto;
	padding: 0px;
	text-align: left;
}
#PPC_nav div ul li a:hover {
	background: #EFA307;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
div.section_menu {
	background-color: #231F20;
	padding: 0px;
	border: none;
}
div.section_menu h5 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-decoration:none;
	font-size: 9pt;
	font-weight: normal;
	font-family: inherit;
	display: block;
}
