/* menu.css */

.tdMenuTitle {
    font-family: 'times new roman';
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-bottom: 2px solid #ffffff
}

.tdMenuTitle A:link {

    text-decoration: underline; color:#006699
}

.tdMenuTitle A:visited {
    text-decoration: underline; color:#006699
}

.tdMenuTitle A:hover {
    text-decoration: none; color: #006699
}

.menu {
    border-top: 1px solid #ffffff;
    background-image: url('../../home/newsback.png');

}

.menuItem {
    font-family: verdana, 'times new roman';
    font-size: 13px;
    font-weight: bold;
    color: #006699
}


.menuItem A:link {

    text-decoration: underline; color:#006699
}

.menuItem A:visited {
    text-decoration: underline; color:#006699
}

.menuItem A:hover {
    text-decoration: none; color: #006633
}

