/* headerTop */

div#headerTop {
    background:url(../../images/general/logo.jpg) 20px 0px no-repeat;
    padding-left:230px;
    font-size:1.1em;
}
div#topLine {
    border-bottom:dashed 1px #909090;
    text-align:right;
    padding-bottom:5px;
}
div#headerTop div.green {
    float:left;
    color:#518A00;
    margin-right:5px;
    white-space:nowrap;
}
div#headerTop div.green a {
    color:#518A00;
    font-weight:bold;
}
ul#menu li {
    margin-top:5px;
    float:left;
    background:url(../../images/general/menu_tab_left.gif) top left no-repeat;
    list-style-type:none;
}
ul#menu a {
    float:left;
    display:block;
    height:16px;
    line-height:16px;
    vertical-align:middle;
    padding:0 10px;
    font-weight:bold;
    background:url(../../images/general/menu_tab_right.gif) top right no-repeat;
}
ul#menu a:hover, ul#menu a.selected {
    background:url(../../images/general/menu_tab_right.gif) transparent top right no-repeat;
    text-decoration:none;
}


/* headerBottom */

div#headerBottom {
    height:55px;
    margin-left:-230px;
}
div#headerBottom div {
    height:100%;
}
