﻿#menu {
    width:100%;
}
#menu table {
    width:100%;
}
#menu td {
    text-align:left;
}
#menu td a {
    text-align:center;
    display:block;
    background-color:#00457C;
    color:#ffffff;
    text-decoration:none;
    padding:8px 0px 8px 0px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:11px;
    width:100%;
}
#menu td a:hover {
    background-color:#DAECF6;
    color:#00457C;
}
#menu .left {
    background-image:url('/images/menu/leftcorner.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-left:5px;
    padding-right:10px;
}
#menu .left:hover {
    background-image:url('/images/menu/leftcornerover.jpg');
}

#menu .right {
    background-image:url('/images/menu/rightcorner.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}
#menu .right:hover {
    background-image:url('/images/menu/rightcornerover.jpg');
}
#menu .dropdown {
    display:none;
    position:absolute;
    width:330px;
    text-align:left;
    background-color:#DAECF6;
    background-image:url( '/images/dropdownmenu/swoop.jpg' );
    background-repeat:no-repeat;
    background-position:bottom right;
    border:1px solid #cccccc;
    padding:5px 5px 10px 5px;
    z-index:999;
}
#menu .dropdown a {
    text-align:left;
    display:block;
    width:150px;
    border-bottom:1px dotted #cccccc;
    padding:5px;
    background-color:Transparent;
    color:#000000;
    font-size:11px;
    text-decoration:none;
    text-transform:none;
}
#menu .dropdown a:hover {
    color:#999999;
    background-color:Transparent;
}
#menu .dropdown img {
    border:2px solid #cccccc;
    margin-top:10px;
    margin-right:7px;
    float:right;
    display:inline;
}
#menu a:hover {
    color:#666666;
}
#rightHeaderMenu {
    float:right;
    display:inline;
    margin-top:87px;
    margin-right:2px;
    font-size:11px;
}
#rightHeaderMenu a {
    text-decoration:underline;
    color:#666666;
}
#rightHeaderMenu a:hover {
    text-decoration:none;
    color:#333333;
}
#leftSubMenu {
    width:250px;
    background-color:#DAECF6;
    margin-top:15px;
}
#leftSubMenu .top {
    height:15px;
    width:250px;
    background-image:url( '/images/submenu/ltBlueBarTopLeft.jpg' );
    background-repeat:no-repeat;
}
#leftSubMenu .middle {
    padding:0px 15px 0px 15px;
}
#leftSubMenu .bottom {
    height:15px;
    width:250px;
    background-image:url( '/images/submenu/ltBlueBarBottom.jpg' );
    background-repeat:no-repeat;
}
#leftSubMenu img {
    border:2px solid #ffffff;
}
#leftSubMenu .menu {
    font-size:11px;
    list-style:none;
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 20px;
}
#leftSubMenu .menu a {
    display:block;
    width:175px;
    padding:5px;
    letter-spacing:1px;
    border-bottom:1px dotted #cccccc;
    background-color:Transparent;
    color:#000000;
    font-size:11px;
    text-decoration:none;
    text-transform:none;
}
#leftSubMenu .menu a:hover {
    color:#999999;
}