/* ------------------------------------------------------------------- */
/* PRIMARY Navigation */
/* ------------------------------------------------------------------- */
#Primary-Navigation-Wrapper			{ margin-top: 1px; background-color: #FF6600; }
ul#Primary-Navigation				{ }
ul#Primary-Navigation li			{ list-style:none; display:block; float:left; }
ul#Primary-Navigation li a			{ color:#000; float:left; text-decoration:none; display:block; padding:4px 9px; border-left:1px solid white; font-size:.9em; cursor:pointer;  }
ul#Primary-Navigation li.first a	{ border:none}

ul#Primary-Navigation li.active a,
ul#Primary-Navigation li a:hover	{ color:#FFF;}


#Primary-Navigation-Wrapper ul ul.dropdown					{ background-color:#A5D2CD	; position:absolute; left:-999em; padding:0; width:126px; border:1px solid #FFF; margin:-1px 0 0 0; z-index:9999 !important;}
#Primary-Navigation-Wrapper ul ul.dropdown li				{ float:none;}
#Primary-Navigation-Wrapper ul ul.dropdown li.first	a		{ border-top:none;}


#Primary-Navigation-Wrapper ul ul.dropdown li a				{ text-decoration:none; color:#000; border:none; background-image:none; text-indent:0; padding:5px 10px; font-size:10px; display:block; width:125px; border-top:1px solid #FFF; height:auto}
#Primary-Navigation-Wrapper ul ul.dropdown li a:hover		{ background-color:#000; padding:6px 10px; color:#FFF;}
#Primary-Navigation-Wrapper ul ul.dropdown li.first a:hover	{ border-top:none; color:#000}

#Primary-Navigation li:hover ul,
#Primary-Navigation li li:hover ul,
#Primary-Navigation li li li:hover ul,
#Primary-Navigation li.sfhover2 ul,
#Primary-Navigation li li.sfhover2 ul,
#Primary-Navigation li li li.sfhover2 ul		{ left: auto; margin-left:0;}
#Primary-Navigation-Wrapper ul li:hover ul		{ left:auto;  }


/* ------------------------------------------------------------------- */
/* BREADCRUMB Navigation */
/* ------------------------------------------------------------------- */
#Layout1-BCT-Wrapper						{ color:#000; font-size:11px; margin:0 0 10px 0; text-transform:capitalize; border-bottom:1px solid #000; padding-bottom:10px; }
#Layout1-BCT-Wrapper a,
#Layout1-BCT-Wrapper a:visited				{ color:#000; text-decoration:none; margin-right:7px; margin:0;}
#Layout1-BCT-Wrapper span.bct-div-char		{ padding-right:5px; color:#000;}
#Layout1-BCT-Wrapper a:hover				{ color:#000}
#Layout1-BCT-Wrapper  span.bct-youarehere	{ margin-right:10px}



