.tNav td.on{background-repeat:no-repeat;
width:98px;
height:22px;
font-family:verdana,arial;
font-size:13px;
color:#ffffff;
font-weight:bold;
text-align:center;
}
.tNav td.on a{font-family:verdana,arial;
font-size:13px;
color:#ffffff;
text-decoration:none;
}
.tNav td.off{width:98px;
height:22px;
font-family:verdana,arial;
font-size:13px;
color:#285d7f;
font-weight:bold;
}
.tNav td.off a{font-family:verdana,arial;
font-size:13px;
color:#285d7f;
text-decoration:none;
}

/**/
.arrowlistmenu{width: 200px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
height:22px;
color: white;
background:url(../img/tick.gif) no-repeat 20px 20px;
margin:0;
font-family:verdana;
font-size:12px;
color:#15477b;
padding: 0;
cursor: hand;
cursor: pointer;
}
.menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
height:22px;
color: white;
background:url(../img/tick.gif) no-repeat 20px 20px;
margin:0;
font-family:verdana;
font-size:12px;
color:#15477b;
padding: 0;
cursor: hand;
cursor: pointer;
text-decoration:none;
}
.menuheader a:hover{color:#ff9900;
border-bottom:1px #ff9900 solid;
}
.arrowlistmenu .openheader{height:22px;
padding: 3px 0 4px 0;
background:url(../img/arrow.jpg) no-repeat 20px 15px;
background-color:#ffffff;
border:0px #dcdcdc solid;
}
.arrowlistmenu ul{list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px;
}
.arrowlistmenu ul li{padding-bottom: 2px;
}
.arrowlistmenu ul li a{color: #15477b;
display: block;
padding: 3px 0 4px 20px;
text-decoration: none;
font-family:verdana,arial;
font-size: 12px;
}
.arrowlistmenu ul li a:visited{color: #15477b;
outline:none;
}
.arrowlistmenu ul li a:hover{color: #ff9900;
background-color: #ffffff;
}