/*
 * $Id: topBar.css,v 1.2 2006/10/25 13:30:00 tkutz 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;
}

#e0_13o{
    margin-left: 90px;
}

/* Base menu, with a hover */
.topLayoutLevel0Hover {
    background-color: #999999;
}

/* Sub level, no hover */
.topLayoutLevel1Plus {
    background-color: #990000;
    border: 1px solid black;
}

/* Sub level, hover */
.topLayoutLevel1PlusHover {
    background-color: #999999;
    border: 1px solid black;
}
