/****************************************************************
 *                                                              *
 * Keating Magee                                                *
 * http://www.keatingmagee.com/                                 *
 *                                                              *
 * Style Sheet Name: menus.css                                  *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Menu Style Definitions                     *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Light Blue = #00aaff                                         *
 * Dark Blue = #284e6c                                          *
 * Orange = #ff6600                                             *
 * Light Gray = #cdc7bb                                         *
 * Dark Gray = #6c6c6c                                          *
 *                                                              *
 ****************************************************************/

/* Menu ID Definitions */

#aboutSubNav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-image: url(/img/nav_back.jpg);
    background-repeat: no-repeat;
    z-index: 10;
    display: none;
}

#aboutSubNav li {
    margin: 0;
    padding: 0;
    width: 139px;
    background-color: transparent;
    border-left: solid 1px #929291;
    border-bottom: solid 1px #929291;
    border-right: solid 1px #929291;
}

#productsSubNav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-image: url(/img/nav_back.jpg);
    background-repeat: no-repeat;
    z-index: 10;
    display: none;
}

#productsSubNav li {
    margin: 0;
    padding: 0;
    width: 139px;
    background-color: transparent;
    border-left: solid 1px #929291;
    border-bottom: solid 1px #929291;
    border-right: solid 1px #929291;
}

#claimsSubNav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-image: url(/img/nav_back.jpg);
    background-repeat: no-repeat;
    z-index: 10;
    display: none;
}

#claimsSubNav li {
    margin: 0;
    padding: 0;
    width: 139px;
    background-color: transparent;
    border-left: solid 1px #929291;
    border-bottom: solid 1px #929291;
    border-right: solid 1px #929291;
}

.subNavLink {
    margin: 0;
    padding: 5px;
    width: 130px;
    color: #000;
    text-decoration: none;
    display: block;
}

.subNavLink:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #929291;
}