/******************************
** Sub Navigation styles
**
** This stylesheet holds the 
** styles for sub navigation type 1
******************************/
.printSNBox {
  width: 180px;
  border: #78B81C solid 1px;
}
.printSNHeading {
  font-size: 12px;
  font-weight: bold;
  color: #78B81C;
  background: #3F3F3D;
  padding: 3px;
  text-align: center;
  border-bottom: #78B81C solid 1px;
}
.printSNText {
  font-size: 11px;
  padding: 3px;
  text-align: left;
  background: #3F3F3D;
}
.printSNPBullet {
  font-weight: bold;
  color: #78B81C;
  margin-right: 5px;
}
.printSNCBullet {
  font-weight: bold;
  color: #78B81C;
  margin-left: 5px;
  margin-right: 5px;
}
a.printSNPLink {
  color: white;
}
a.printSNPLink:visited {
  color: white;
}
a.printSNPLink:hover {
  color: #78B81C;
}
a.printSNCLink {
  color: white;
}
a.printSNCLink:visited {
  color: white;
}
a.printSNCLink:hover {
  color: #78B81C;
}
/******* Sub Navigation styles*/

