/**** MENU */

.imgMenu
{
 	border-width: 0px;
}

.tdMenuLeftOff{
  background-image: url(../../img/theme1/menuLeftOff.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 8px;	
  height: 31px;
}

.tdMenuCenterOff{
  background-repeat: repeat-x;
  background-image: url(../../img/theme1/menuCenterOff.gif);
  background-position: 0px 0px;
  width: auto; 
  height: 31px;
  text-align: center;
}

.tdMenuRightOff{
  background-image: url(../../img/theme1/menuRightOff.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 8px;	
  height: 31px;
}


.tdMenuCenterOn{
  background-repeat: repeat-x;
  background-image: url(../../img/theme1/menuCenterOn.gif);
  background-position: 0px 0px;
  width: auto; 
  height: 31px;
  text-align: center;
}

.tdMenuLeftOn{
  background-image: url(../../img/theme1/menuLeftOn.gif);
  background-repeat: no-repeat;
  width: 8px;	
  height: 31px;
}

.tdMenuRightOn{
  background-image: url(../../img/theme1/menuRightOn.gif);
  background-repeat: no-repeat;
  width: 8px;	
  height: 31px;
}




.linkMenu
{
 font-weight: bold;
 font-size: 12px;
 color: #FFFFFF;
 font-family: Arial;
 text-align: Center;
 text-decoration: none;
 cursor: hand;
 cursor: pointer;
}
 
.linkMenu:link {
  color: #FFFFFF;
}
 
.linkMenu:visited {
  color: #FFFFFF;
}
 
.linkMenu:hover {
  color: #FFD93E;
}


.tdSubmenuSeparator{
  background-image: url(../../img/theme1/submenuSeparator.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  width: 20px;	
  height: 20px;
}



.linkSubmenuOn
{
 font-weight: bold;
 font-size: 11px;
 color: #24529A;
 font-family: Arial;
 text-align:center;
 text-decoration: none;
 cursor: hand;
 cursor: pointer;
}
 
.linkSubmenuOn:link {
  color: #24529A;
}
 
.linkSubmenuOn:visited {
  color: #24529A;
}
 
.linkSubmenuOn:hover {
  color: #000000;
}

.linkSubmenuOff
{
 font-weight: normal;
 font-size: 11px;
 color: #24529A;
 font-family: Arial;
 text-align: Center;
 text-decoration: none;
 cursor: hand;
 cursor: pointer;
}
 
.linkSubmenuOff:link {
  color: #24529A;
}
 
.linkSubmenuOff:visited {
  color: #24529A;
}
 
.linkSubmenuOff:hover {
  color: #000000;
}

