﻿div#menu .innertop
{
    float: left;
    width: 989px;
    height: 43px;
}

div#menu .innerbottom
{
    float: left;
    width: 989px;
    height: 25px;
    overflow: hidden;
}

div#menu .innertop .item
{
    float: left;
    font-size: 18px;
    font-family: Arial;
    color: #21506B;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 0px 0px;
    border-left: solid 1px #9e9e9e;
    text-decoration: none;
}

div#menu .innertop .item:hover
{
    color: #ff0000;
}

div#menu .innertop .noborder
{
    border-left: none;
}

div#menu .innertop .selected
{
    height: 34px;
    color: #ff0000;
    padding: 10px 30px 0px 20px;
    margin: 0px 0px 0px 0px;
    background-image: url(/hci/images/bg_menuitemsel.jpg);
    background-position: right;
    background-repeat: no-repeat;
    text-decoration: none;
    border-left: solid 1px #9e9e9e !important;
}

div#menu .innertop .first
{
    border-left: none;
    margin-left: 10px;
    padding-left: 20px;
}

div#menu .innerbottom .item
{
    float: left;
    font-size: 12px;
    font-family: Arial;
    color: #21506B;
    padding: 0px 20px 0px 20px;
    margin: 9px 0px 0px 0px;
    border-left: solid 1px #9e9e9e;
    text-decoration: none;
    font-weight: bold;
    line-height: 11px;
}

div#menu .innerbottom .item:hover
{
    color: #ff0000;
}

div#menu .innerbottom .selected
{
    color: #ff0000;
    padding: 0px 20px 0px 20px;
    margin: 9px 0px 0px 0px;
    text-decoration: none;
    line-height: 11px;
}

div#menu .innerbottom .first
{
    border-left: none;
    margin-left: 10px;
}

