/* Dropline Menu */

#menu
{
    width: 980px;
    position: relative;
    top: 9px;
    left: -146px;
    background: transparent;
    height: 35px;
    overflow: hidden;
}
#menuholder
{
    position: relative;
    float: left;
    left: 50%;
}
#dropline
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    position: relative;
    right: 50%;
    background-color: #fff;
}
#dropline div
{
    position: absolute;
    left: -979px;
    width: 100%;
    z-index: 10;
    height: 15px;
    top: 15px;
}
#dropline ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#dropline table
{
    border-collapse: collapse;
    margin: -1px -10px;
    width: 0;
    height: 0;
}

/* 1st Row */

#dropline li
{
    float: left;
    height: 15px;
    text-transform: uppercase;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #fff;
}
#dropline li.last
{
    border-right-width: 0px;
}
#dropline ul.blank li
{
    border-right-width: 0px;
}
#dropline li a.selected, #dropline li ul li a.selected
{
    background-color: #000;
}
#dropline li a.highlight, #dropline li ul li a.highlight
{
    background-color: #a15712;
}
#dropline li a
{
    display: block;
    float: left;
    height: 15px;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-decoration: none;
    background-color: #a1c543;
    color: #fff;
}
#dropline li a b
{
    display: block;
    float: left;
    height: 15px;
    padding: 0 10px 0 0;
    cursor: pointer;
}

#dropline li a:hover
{
    color: #fff;
    border: 0;
}
#dropline li a:hover b
{
    background-color: #000;
}

#dropline li:hover > a
{
    background-color: #000;
    color: #fff;
    border: 0;
}
#dropline li:hover > a b
{
    background-color: #000;
}

#dropline :hover div
{
    left: 0;
}

/* 2nd Row */

#dropline li ul
{
    position: relative;
    float: left;
    left: 50%;
    height: 20px;
}
#dropline li ul li
{
    float: left;
    position: relative;
    right: 50%;
    text-transform: uppercase;
}
#dropline li ul li a
{
    display: block;
    float: left;
    padding: 0 10px;
    background-color: #e77306;
    color: #fff;
    font-weight: bold;
}
#dropline li ul li a.last
{
    border-right-width: 0px;
}
#dropline li ul li a:hover
{
    text-decoration: none;
    color: #fff;
}

/* Current Tab */

#dropline li.current a, #dropline li.current a:hover
{
    color: #fff;
    font-weight: bold;
    background-color: #000;
}
#dropline li.current a b, #dropline li.current a:hover b
{
    background: right top;
    color: #fff;
    background-color: #000;
}

#dropline li.current a:hover ul li a:hover
{
    color: #000;
    background-color: #000;
}
#dropline li.current:hover ul li a:hover
{
    color: #000;
    background-color: #000;
}

#dropline li.current div
{
    width: 100%;
    left: 0;
    top: 35px;
    background: #fff;
    z-index: 5;
}
#dropline li.current ul
{
    position: relative;
    float: left;
    left: 50%;
}
#dropline li.current ul li
{
    float: left;
    position: relative;
    right: 50%;
}
#dropline li.current ul li a
{
    display: block;
    float: left;
    padding: 0 10px;
    background-color: #000;
    color: #000;
    font-weight: bold;
}
#dropline li.current ul li.current_sub a
{
    display: block;
    float: left;
    padding: 0 10px;
    background-color: #000;
    color: #c00;
    text-decoration: underline;
}
#dropline li.current ul li.current_sub a:hover
{
    text-decoration: underline;
    background-color: #000;
    color: #c00;
}

/*
* html #dropline li.current div
{
    width: expression(document.getElementById(  'dropline' ).offsetWidth);
}
* html #dropline li a:hover div
{
    width: expression(document.getElementById( 'dropline' ).offsetWidth);
}
*/