/* Customer Sub-navigation */


.section-heading{
font-weight:bold;
color:#FFFFFF;
background:#689898;
padding:6px 8px;
border-bottom:3px solid #Cefa9d;
}
.section-sub-heading{
margin:0;
padding:0;
}
.section-sub-heading p {
padding:6px;
margin:0;
}
.section-sub-heading-highlight{
background:#edb97f
color:#000000;
}
.section-sub-heading ul {
list-style:none;
margin:0;
padding:0;
}
.section-sub-heading li {
margin:0;
padding:0;
border-top:1px solid #FFF;
}
/* Fix IE. Hide from IE Mac \*/
* html .section-sub-heading ul li { float: left; }
* html .section-sub-heading ul li a { height: 1%; }
/* End */

html>body .section-sub-heading li a {
width:auto;
}
.section-sub-heading li a:visited {
color:#000;
}
.section-sub-heading li a {
display:block;
text-decoration:none;
color:#000;
}
.sub-heading-item{
padding:6px;
}
.section-sub-heading li a:hover {
background:#688668;
color:#000;
}
.section-sub-heading li a:active {
color:#000;
}
.section-sub-heading-highlight{
background:#99ccA8;
color:#000;
}
#bread {
	color: #868686;
	background-color: #ffffff;
	padding: 3px;
	margin-bottom: 25px;
	text-align: left;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	margin: 0 0 0 0; 
}
.locationTable {
	background-image:url(../images/NavTreeBack.gif);
	background-repeat:repeat-y;
	background-color:#689898;
}

.locationTableTd {
	background-image:url(../images/NavTreeBranch1.gif);
	background-repeat:no-repeat;
}

