
/******************subNav******************/

.subNavOff
{
  /*color: #666666;*/
  color: #e70033;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none
}

 .subNavOn
{
  /*color: #000000;*/
  color: #e70033;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none
}




/*************background styles*************/

.navBg
{
  /*background-color: #ffffff;*/
  background-color: #ffffff;
  filter: alpha(opacity=100);
}

.subNav
{
  /*background-color: #000000;*/
  background-color: #EB5A51;
    filter: alpha(opacity=96);
}
