/*HORIZONTAL NAV*/
/*Setup*/
	.Nav-x {width:958px;height:auto;}

/*LEVEL 1*/
	.Nav-x ul {font-size:1.3em}
	.Nav-x li {float:left}
	.Nav-x a {display:block;padding:6px 22px;font-weight:bold;text-decoration:none;white-space:nowrap}

/*States*/
/*'Selected' (HAS child elements)*/
	.Nav-x ul li.ParentSelected a {padding:6px 17px;font-weight:bold;}
/*'Selected' (NO child elements)*/
	.Nav-x ul li.Selected a {padding:6px 15px;font-weight:bold}
	.Nav-x ul li.tab0_on a,	.Nav-x ul li.tab1_on a,	.Nav-x ul li.tab2_on a,	.Nav-x ul li.tab3_on a,	.Nav-x ul li.tab4_on a,
	.Nav-x ul li.tab5_on a,	.Nav-x ul li.tab6_on a,	.Nav-x ul li.tab7_on a,	.Nav-x ul li.tab8_on a,	.Nav-x ul li.tab9_on a,
	.Nav-x ul li.tab10_on a, .Nav-x ul li.tab11_on a, .Nav-x ul li.tab12_on a, .Nav-x ul li.tab12_on a,	.Nav-x ul li.tab13_on a,
	.Nav-x ul li.tab14_on a, .Nav-x ul li.tab15_on a {padding:6px 15px;font-weight:bold}
																	
	.Nav-x a:hover {text-decoration:underline} 
	.Nav-x a:visited {} 
	.Nav-x a:active {} 



/*VNAV Y*/
	.Nav-y {margin-top:20px}
	.Nav-y .Top {background: url(images/master/navigation/Vnav_top.gif) no-repeat}

	.Nav-y .Body ul li,.Nav-y .Body ul li a,.Nav-y .Body ul li.ParentSelected ul li a,.Nav-y .Body ul li.ParentSelected ul li a,
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li a,	.Nav-y .Body ul li.ParentSelected ul li.Selected ul li a,
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li a,.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.Selected ul li a
	{margin:0 !important;padding:0;background:none;background-color:#494949;font-weight:normal;color:#fff;text-decoration:none;
	vertical-align:bottom;display:block;height:auto;border-left:none;border-right:none;border-top:none;border-bottom:1px solid #fff;list-style-type:circle}

	*html .Nav-y .Body ul li {width:100%}
	.Nav-y .Body a:hover{text-decoration:underline !important}

.Nav-y {line-height:1.7em !important;}
	
/*L1*/
/*Default*/
	.Nav-y .Body ul li a {padding:4px 14px 3px 14px;font-size:1.2em;}
/*Selected*/
	.Nav-y .Body ul li.Selected a {background:#fff;color:#000;font-weight:bold}
/*Parent*/
	.Nav-y .Body ul li.ParentSelected a {background: url(images/master/navigation/nav_y_ParentSelected.gif) no-repeat 90% 50%;font-weight:bold}

/*L2*/
/*Default*/
	.Nav-y .Body ul li.ParentSelected ul li a,.Nav-y .Body ul li.Selected ul li a{font-size:1.2em;padding:4px 14px 3px 28px;}
/*Selected*/
	.Nav-y .Body  ul li.ParentSelected ul li.Selected a {background:#fff;color:#000;font-weight:bold}
/*Parent*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected a {background: url(images/master/navigation/nav_y_ParentSelected.gif) no-repeat 90% 50%;font-weight:bold}
	
/*L3*/
/*Default*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li a,.Nav-y .Body ul li.ParentSelected ul li.Selected ul li a
	{font-size:1.2em;padding:4px 14px 3px 42px;}
/*Selected*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.Selected a {background:#fff;color:#000;font-weight:bold}
/*Parent*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected a{background: url(images/master/navigation/nav_y_ParentSelected.gif) no-repeat 90% 50%;font-weight:bold}

/*L4*/
/*Default*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li a{font-size:1.2em;padding:4px 14px 3px 56px;}
/*Selected*/
    .Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li.Selected a{background:#fff;color:#000;font-weight:bold}
/*FOOTER*/
	.Nav-y .Bottom {height:16px}