/* blue */
a:link, a:visited {
    color: #135cae;
}

a:hover {
    color: #1d59af;
}

#pillmenu a:hover {
    color: #FFF;
}

#pillmenu a#active_menu-nav {
    margin-top:2px;
    height: 21px;
    line-height: 21px;
    color: #015dab;
    margin-left:auto;
}

#pillmenu a#active_menu-nav:hover {
    background-image: url(../images/LVT/actual.gif);
    background-position:top;
    background-repeat:no-repeat;
    text-decoration:none;
    color:#015dab;
    
}

h3, .componentheading, table.moduletable th {
    color: #135cae;
}

div.module_menu {
/*    background: url(../images/LVT/bg-menu.jpg);
    background-repeat:repeat;
*/
}

div.module_menu div {
    background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
    background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
    background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
}

