/*HORIZONTAL NAV*/
/*Setup*/
	.Nav-x {width:756px;height:auto;}

/*LEVEL 1*/
	.Nav-x ul {font-size:1.1em}
	.Nav-x li {float:left}
	.Nav-x a {display:block;padding:6px 15px;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 {} 

/*VERTICAL NAV Y*/
/*general setup*/
	.Nav-y {line-height:1.7em;font-size:1.4em !important;font-weight:normal}
	.Nav-y .Top {height:10px;font-size:0.1px}
	.Nav-y .Body .Content {}
	.Nav-y .Body ul li {vertical-align:bottom;width:100%}/*keep width IE 5.5/6*/

/*LEVEL 1*/

/*Selcted WITH children*/
	.Nav-y .Body ul li.ParentSelected a {font-weight:bold}
	
/*Selcted WITHOUT children*/
	.Nav-y .Body ul li.Selected a {}	
	
/*default*/
	.Nav-y .Body ul li a 
	{padding:2px 14px 5px 14px; display: block;text-decoration:none;border-bottom: 1px solid #fff;line-height:1.3em;}

/*Behaviors*/
	.Nav-y .Body ul li.ParentSelected a:hover {}
	.Nav-y .Body ul li.Selected a:hover {}
	.Nav-y .Body ul li a:hover {text-decoration: underline}

/*LEVEL 2*/

/*Selcted WITH children*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected a {font-weight:bold;}
	
/*Selcted WITHOUT children*/
	.Nav-y .Body  ul li.ParentSelected ul li.Selected a {font-weight:bold;}

/*default*/
	.Nav-y .Body ul li.ParentSelected ul li a,.Nav-y .Body ul li.Selected ul li a
	{padding: 3px 0 4px 28px;font-weight:normal;line-height:1.3em;}

/*Behaviors*/
	.Nav-y .Body ul li.ParentSelected ul li a:hover{}
	.Nav-y .Body ul li.ParentSelected ul li a:visited{}
	.Nav-y .Body ul li.ParentSelected ul li a:active{}

/*LEVEL 3*/

/*Selcted WITH children*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected a{font-weight:bold;}
	
/*Selcted WITHOUT children*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.Selected a {font-weight:bold;}
	
/*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-weight:normal;padding-left: 42px; line-height:1.3em;}

/*Behaviors*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li a:hover{}
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li a:visited{}
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li a:active{}

/*LEVEL 4*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li a
	{font-weight:normal;padding-left:56px;line-height:1.3em;}

/*Selcted WITHOUT children*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li.Selected a {font-weight:bold;}

/*Behaviors*/
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li a:hover{}
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li a:visited{}
	.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li a:active{}
	
/*FOOTER*/
	.Nav-y .Bottom {height:16px}