/*
   Doc: global_nav
   Revision: 1.00
   
   color: #FF4500 -- Orange
   color:#F1E14C -- Yellow
*/


/*mainnav*/



ul.navLevel_1 {
   margin:5px 0 0 0;
   padding:0;
   }
ul.navLevel_1 li {
   list-style: none;
   margin:5px 5px 5px 5px;
   vertical-align: bottom;/* this fixes the vertical gap bug in i.e  */
   width:145px;
   }

ul.navLevel_1 li a{
   display:block;
   background:url(../../images/nb/nav_arrow.gif) no-repeat 0 5px;
   padding:0 0 0 8px;
   color:#fff;
   font-weight:bold;
   text-decoration:none;
}

ul.navLevel_1 li a:hover,
ul.navLevel_1 li.subcurrent a {
	background: url(../../images/nb/nav_arrow_on.gif) no-repeat 0 5px;
	color: #FF4500;
}

ul.navLevel_1 li.subpath a {
	/* nb: opencontainer */
	color: #FF4500;
	background: url(../../images/nb/nav_arrow_sel.gif) no-repeat 0 5px;
}


/*main sub nav*/
/*
ul_navLevel_1 li.container ul{
   display:none;
}
*/



ul.navLevel_2 {
/* controls the menu indenting */
	margin-left:15px;
   	padding:0;
   }

ul.navLevel_2 li {
   /* width:auto; */
   margin:0 0 0 0px;
   vertical-align: bottom; /* this fixes the vertical gap bug in i.e  */
/*   width:125px; */
}

ul.navLevel_2 li.subcurrent a { /* nb: opencontainer */
   color:#F1E14C;
   /*background:none;*/
	background: url(../../images/nb/nav_arrow_sel.gif) no-repeat 0 5px;
}

ul.navLevel_2 li.subcurrent a:hover { /* nb: opencontainer,selected */
   color:#F1E14C;
}

ul.navLevel_2 li.sub a{
   /*background:none;*/
	background: url(../../images/nb/nav_arrow.gif) no-repeat 0 5px;
   font-size:0.9em;
   color: white;
}

ul.navLevel_2 li.sub a:hover{
   color:#F1E14C;
}

/* Added 23 March 2006 */
ul.navLevel_3, ul.navLevel_4 {
/* controls the menu indenting */
  margin-left:15px;
   padding:0;
}



/*footer nav*/

#ul_footerNav{
   margin:5px 5px 5px 174px;
   padding:0;
}

#ul_footerNav li {
   list-style: none;
   float:left;
   margin:0 0 5px 10px;
   border-left:1px solid #fff;

   }

#ul_footerNav li a{
	display: block;
	font-size: 0.9em;
	padding: 0 0 0 10px;
	color: #6495ED;
	text-decoration: none;
}

#ul_footerNav li a:hover, #ul_footerNav li a.selected{
   color:#FF4500;
}

#ul_footerNav :first-child{
   border-left:none;
}

/*breadcrumbs*/

#breadcrumb {
	font-weight: bold;
	color: #F1E14C;
	 font-size:1.2em;
}

#breadcrumb a{
	color: #FF4500;
	font-weight: lighter;
font-size:0.7em;
}

#breadcrumb a:hover{
  color: #F1E14C;

}

#breadcrumb ul{
   margin:5px 0;
   _margin:5px;
   padding:0;

}

#breadcrumb li {
   list-style: none;
   float:left;
   font-size:0.9em;
   margin:0 5px 0 0;

   }

#breadcrumb li.lastELement{
   float:none;

}


#breadcrumb ul li a{
   color: #F1E14C;
	display:block;
   padding:0 10px 0 0;
   background:url(../../images/nb/breadcrumb_arrow.gif) no-repeat 100% 0.5em;

}