.rightText {
  margin: 5px;
}

/**** BROWN *******/

.brown {
  background: #9a8479;
}

.brown_right {
  background: url('/img/rightBottom.png') #9a8479;
  background-repeat: no-repeat;
  background-position: bottom; 
  color: #ffffff;
  height: 190px;
}

.brown_shadow {
  background: url('/img/rightShadowBrown.png');
  background-repeat: no-repeat;
  background-position: bottom; 
  color: #ffffff;
  height: 190px;
  width: 190px;
  position: absolute;
  overflow: auto;
  margin-right: 170px;
}


.brown ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.brown li {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.brown a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding-left: 18px;
}

.brown .subNavHeading a {
  color: #ffffff;
 /* background: #826f66; */
 background: url('/img/backgroundLink.png');
  padding-right: 10px;
}


.brown .subNav a {
  color: #9a8479;
    color: #666666;
  background: #ffffff;
}

.brown .subNavCurrent a {
  color: #9a8479;
  background: #c1c1c1;
}





/**** ORANGE *******/

.orange {
  background: #f6921e;
}

.orange_right {
  background: url('/img/rightBottom.png') #f6921e;
  background-repeat: no-repeat;
  background-position: bottom; 
  color: #ffffff;
}

.orange_shadow {
  background: url('/img/rightShadowOrange.png');
  background-repeat: no-repeat;
  background-position: bottom; 
  color: #ffffff;
  height: 190px;
  width: 190px;
  position: absolute;
  overflow: auto;
  margin-right: 170px;
}

.orange ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.orange li {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.orange a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding-left: 18px;
}

.orange .subNavHeading a {
  color: #ffffff;
  /*background: #c57518;*/
  background: url('/img/backgroundLink.png');
padding-right: 10px;
}


.orange .subNav a {
  color: #f6921e;
    color: #666666;
  background: #ffffff;
}

.orange .subNavCurrent a {
  color: #f6921e;
  background: #c1c1c1;
}


/***** BLUE *****/



.blue {
  background: #006890;

}

.blue_right {
  background: url('/img/rightBottom.png') #006890;
  background-repeat: no-repeat;
  background-position: bottom; 
  color: #ffffff;
}

.blue_shadow {
  background: url('/img/rightShadowBlue.png');
  background-repeat: no-repeat;
  background-position: bottom; 
  color: #ffffff;
  height: 190px;
  width: 190px;
  position: absolute;
  overflow: auto;
  margin-right: 170px;
  z-index: 0;
}

.blue ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.blue li {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.blue a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding-left: 18px;
}

.blue .subNavHeading a {
  color: #ffffff;
  /*background: #002551; */
 background: url('/img/backgroundLink.png');
  padding-right: 10px;  
}


.blue .subNav a {
  color: #006890;
  color: #666666;
  background: #ffffff;
}

.blue .subNavCurrent a {
  color: #006890;
  background: #c1c1c1;
}