









/*
 * $Id: menu.css.jsp,v 1.2 2006/10/16 21:17:50 wliu Exp $
 *
 * CSS to make our menus pretty
 */

#menuArea { 
    padding-top: 220px;
}
#menu a { 
    display: block;
    width: 228px;
    text-align: right;
    height: 26px;
    margin-top: 1px;
    font-style: italic;  
    border-bottom: 1px solid white;
    text-decoration: none;
}

#menu { 
    border-top: 1px solid white;

}

#menu a .placement { 
    padding-right: 20px;
    padding-top: 5px;
    font-size: 13px;
    color: #ffffff; /**windstream white*/
}


#menuArea .buttonOff {
    background-image: url('../../images/metro/buttons/buttonOff.png');
    background-repeat: no-repeat;
}

#menuArea .buttonOn {
    background-image: url('../../images/metro/buttons/buttonOn.png');
    background-repeat: no-repeat;
}

