/*
*   Axisavant website
*
*   Author:     Clinton De Young
*   Date:       April 18, 2006
*   Filename:   tabs.css
*
*/

/* Menu DIVs */
#menu
{
    float: left;
    width: 850px;
    min-width: 550px;
    background: transparent;
    font-size: 80%;
    line-height: normal;
    padding: 130px 0 0 0;
    margin-left: 10px;
}

#menu #current
{
    background-image: url("../images/norm_left_on.jpg");
}


#menu ul
{
    margin: 0;
    padding: 10px 10px 0 0;
    list-style: none;
}

#menu li
{
    float: left;
    background: url("../images/norm_left.jpg") no-repeat left top;
    margin: 0 1px;
    padding: 0 0 0 9px;
}

#menu a, #menu strong, #menu span
{
    display: block;
    background: url("../images/norm_right.jpg") no-repeat right top;
    text-decoration: none;
    color: white;
    padding: 5px 15px 4px 6px;
}

#menu #current a
{
    background-image: url("../images/norm_right_on.jpg");
    font-weight: bold;
    color: black;
    padding-bottom: 5px;
}
