/* -------------------- */
/* Locations Nav        */
/* -------------------- */
	div.PageLocations {
		overflow: hidden;
		background: #39393F;
		color: #FFFFFF;
		font-size: 17px;
		min-width: 1104px;
	}
	div.PageLocations ul,
	div.PageLocations ol {
		list-style: none;
		margin: 0;
		padding: 0px 0px 0px 0px;
	}
	div.PageLocations li {
		float: left;
		text-align:center;
		margin: 0;
		padding: 0px 0px 2px;
	}
	
	div.PageLocations a {
		color: #fff !important; 
		font-family: Tahoma, Arial Narrow, Helvetica, MS Sans Serif, sans-serif !important;
		font-size: 17px !important;
		text-decoration: underline !important;
	}

/* Color Bars */
	div.PageLocations li.BHC { border-bottom: 4px solid #8CD600; width:138px; }
	div.PageLocations li.CVC { border-bottom: 4px solid #ffcc00; width:138px; }
	div.PageLocations li.EFC { border-bottom: 4px solid #00539B; width:138px; }
	div.PageLocations li.ECC { border-bottom: 4px solid #000000; width:138px; }
	div.PageLocations li.MVC { border-bottom: 4px solid #FFD200; width:138px; }
	div.PageLocations li.NLC { border-bottom: 4px solid #0051BA; width:138px; }
	div.PageLocations li.RLC { border-bottom: 4px solid #005E3D; width:138px; }
	div.PageLocations li.DCO { border-bottom: 4px solid #e8112d; width:138px;}
/* End Color Bars */
	div.PageLocations li a:hover   { color:#F3F2F0; }              
	div.PageLocations li.BHC:hover { background:#009E49; }
	div.PageLocations li.CVC:hover { background:#E28C05; }
	div.PageLocations li.EFC:hover { background:#F47735; }
	div.PageLocations li.ECC:hover { background:#0099FF; }
	div.PageLocations li.MVC:hover { background:#005DAA; }
	div.PageLocations li.NLC:hover { background:#007A3D; }
	div.PageLocations li.RLC:hover { background:#641E6A; }
	div.PageLocations li.DCO:hover { background:#0038A8; }
	
@media Print    
{
div.PageLocations { min-width: ;}

}