/*
 * $Id: topBar.css,v 1.2 2007/03/30 19:52:31 tcouch Exp $
 *
 * Styles the cascading menu
 */

/* the fix for underlined text in top menu */
#header a {
    text-decoration: none;
    outline-style: none;
}

/* Text formatting of menu item */
.topText {
    color: white;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 10px 0px 8px;
}

/* Base menu, no hover */
.topLayoutLevel0 {
    background-color: transparent;
}

/* Base menu, with a hover */
.topLayoutLevel0Hover {
    background-color: #666666;
}

/* Sub level, no hover */
.topLayoutLevel1Plus {
    color: black;
    background-color: #e6eaea;
    border: 1px solid black;
}
.topLayoutLevel1Plus .topText {
    color: black;
}

/* Sub level, hover */
.topLayoutLevel1PlusHover {
    background-color: #666666;
    border: 1px solid black;
}
