
.Tarrowlistmenu{
width: 804px; height: 450px;
}

.Tarrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 18px Segoe UI;
color: #FFFFFF;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.Tarrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.Tarrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.Tarrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.Tarrowlistmenu ul li a{
color: #0066a8;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

.Tarrowlistmenu ul li a:visited{
color: #0066a8;
}

.Tarrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0066a8;
}
.Tmenutop {background-image: url(mntop.png);background-repeat:repeat-x;width:590px;height:18px;}
.Tmenubot {background-image: url(mnbot.png);background-repeat:repeat-x;width:590px;height:18px;}
