/*---- START LeftNavigationColumn Setup ----*/
#LeftNavigationColumn {
  background-color: #005FCA;
  width: 129px;
  border-top: none;
  border-right: 4px solid #003399;
  border-bottom: none;
  border-left: none;
}
/*----*/
/*---- leftNavItem Setup ----*/
.leftNavItem {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 125%;
  color: #CDDEFF;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #D8E4FF;
  border-left: none;
  width: 129px;
}

.leftNavItem a:link, .leftNavItem a:visited {
  padding: 3px;
  color: #CDDEFF;
  text-decoration: none;
  width: 123px;
  display: block;
  outline: none;
}

.leftNavItem a:hover, .leftNavItem a:active {
  padding: 3px;
  color: #005FCA;
  background-color: #CDDEFF;
  width: 123px;
  display: block;
  outline: none;
}
/*----*/
/*---- leftNavItem_On Setup ----*/
.leftNavItem_On {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 125%;
  color: #CDDEFF;
  background-color: #CDDEFF;
  width: 129px;
}

.leftNavItem_On a:link, .leftNavItem_On a:visited, .leftNavItem_On a:hover, .leftNavItem_On a:active {
  padding: 3px 3px 3px 3px; 
  color: #333;
  text-decoration: none;
  width: 123px;
  display: block;
  outline: none;
}
/*----*/
/*---- subNavItem Setup ----*/
.SubNav {
  padding: 7px 0 13px 0;
  background-color: #CDDEFF;
}

.subNavItem {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 125%;
  background-color: #CDDEFF;
  width: 129px;
}

.subNavItem a:link, .subNavItem a:visited {
  padding: 0 3px 1px 3px;
  color: #003399;
  text-decoration: none;
  width: 123px;
  display: block;
  outline: none;
}

.subNavItem a:hover, .subNavItem a:active {
  padding: 0 3px 1px 3px;
  background-color: #CDDEFF;
  color: #990000;
  width: 123px;
  display: block;
  outline: none;
}
/*----*/
/*---- subNavItem_On Setup ----*/
.subNavItem_On {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 125%;
  color: #990000;
  background-color: #FFF;
  width: 129px;
}

.subNavItem_On a:link, .subNavItem_On a:visited, .subNavItem_On a:hover, .subNavItem_On a:active {
  padding: 0 3px 0 3px;
  color: #990000;
  text-decoration: none;
  width: 123px;
  display: block;
  outline: none;
}
/*---- END LeftNavigationColumn Setup ----*/
/*----*/
/*----*/
/*----*/
/*----*/
/*--- START InnerNavigation ----*/
#InnerNavigation {
  margin: 11px 0 31px 25px;
  padding: 0;
  width: 555px;
  height: 39px;
  clear: both;
}

.InnerNavSection {
  margin: 0;
}

.InnerNavItem {
  margin: 0;
  padding: 0;
  float: left;
}

.InnerNavItem a:link, .InnerNavItem a:visited, .InnerNavItem a:hover, .InnerNavItem a:active {
  outline: none;
}
/*---- END InnerNavigation ----*/
/*----*/
/*----*/
/*----*/
/*----*/
/*---- START LowerNavigation ----*/
.LowerNavigation {
  margin: 22px 0 0 15px;
  padding: 0;
  font-size: 11px;
  font-weight: 900;
  line-height: 130%;
}

.LowerNavHorzRule {
  margin: 0 0 16px 15px;
  padding: 0;
  background-color: #426BA1;
  width: 539px;
  height: 2px;
}

.LowerNavigation ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  float: left;
}

.LowerLeft {
  width: 225px;
}

.LowerRight {
  width: 300px;
}

.LowerNavigation ul li {
  margin: 0 0 3px 1px;
  padding: 0 0 0 10px;
  background-image: url('/Colgate/US/Corp/LivingOurValues/Sustainability/Common/Images/blueCircle.gif');
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.LowerNavigation ul li a:link, .LowerNavigation ul li a:visited {
  color: #0E3E9F;
  text-decoration: underline;
  outline: none;
}

.LowerNavigation ul li a:hover, .LowerNavigation ul li a:active {
  color: #666;
  text-decoration: underline;
  outline: none;
}
/*---- END LowerNavigation ----*/


