﻿img { border:0px; }
#wrapper1 {
    background: url("background.gif") repeat-x scroll 0 0 transparent;
    height: 190px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#dropline {
    background: url("ulback.gif") repeat-x scroll 0 0 transparent;
    height: 40px;
    list-style-image: none;
    list-style-type: none;
    margin: 19px 0 0 0px;
    padding: 0 0 0 0;
    position: relative;
    width: 855px;
}
#dropline TABLE {
    height: 0;
    margin: -3px -10px;
}
#dropline LI {
    float: left;
}
#dropline LI A {
    color: #AAAAAA;
    display: block;
    float: left;
    font-family: tahoma,sans-serif;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 7px 0 0;
    text-decoration: none;
}
#dropline LI A B {
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    padding: 0;
}
#dropline LI A:hover {
    background: url("tab_a.gif") no-repeat scroll right top transparent;
    height: 44px;
    line-height: 36px;
}
#dropline LI A:hover B {
    background: url("tab_b.gif") no-repeat scroll left top transparent;
    line-height: 36px;
    bottom : 10px;
}
#dropline LI:hover > A {
    background: url("tab_a.gif") no-repeat scroll right top transparent;
    height: 44px;
    line-height: 36px;
}
#dropline LI:hover > A B {
    background: url("tab_b.gif") no-repeat scroll left top transparent;
    line-height: 36px;
}
#dropline UL {
    /*background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #AAAAAA;   */
   left: -9999px;
    height: 25px;
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 67px;
    width: 700px;
    z-index: 10;
}
#dropline UL LI {
    height: 25px;
    line-height: 25px;
}
#dropline UL.right LI {
    float: right;
}
#dropline UL LI A {
    /*border-right: 1px solid #EE6600;
    color: #000000;*/
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 1px;
}
#dropline UL LI A:hover {
    /*background: none repeat scroll 0 0 transparent;
    color: #CC6600;*/
    height: 25px;
    line-height: 25px;
}
#dropline UL.right LI A {
    /*border-left: 1px solid #EE6600;*/
    border-right: 0 none;
}
#dropline UL LI A.last {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0;
}
#dropline *:hover UL {
    left: 0;
}
#dropline LI.current UL {
    left: 0;
    z-index: 1;
}
#dropline LI.current A {
    background: url("tab_a.gif") no-repeat scroll right top transparent;
    height: 44px;
    line-height: 36px;
}
#dropline LI.current A B {
    background: url("tab_b.gif") no-repeat scroll left top transparent;
    line-height: 36px;
}
#dropline LI.current UL LI A {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}
#dropline LI.current UL LI.current_sub A {
    color: #CC6600;
}
#dropline LI.current UL LI A:hover {
    color: #CC6600;
}
