.bluetabs
    {
    font-family: Arial, Helvetica, sans-serif;
    clear: both;
    height: 30px;
    }

.bluetabs ul
    {
    padding: 0 0 0 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font: bold 0.7em Arial, Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    line-height: 30px;
    }

.bluetabs li
    {
    display: inline;
    margin: 0;
    vertical-align: bottom;
    padding: 0 1px 0 0;
    line-height: 30px;
    }

.bluetabs li a
    {
    text-decoration: none;
    padding: 15px 7px;
    /*margin-right: 3px;*/
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    background: url( /images/dropdownmenu/tab_normal.png ) repeat-x top transparent; /*THEME CHANGE HERE*/
    }

.bluetabs li a:visited
    {
    color: #fff;
    }

.bluetabs li a:hover
    {
    text-decoration: none;
    background: url( /images/dropdownmenu/tab_selected.png ) repeat-x top transparent;
    color: #f68026;
    }

.bluetabs li a.selectedmenu, .bluetabs li a.selectedmenu:hover
    {
    text-decoration: none;
    background: url( /images/dropdownmenu/tab_selected.png ) repeat-x top transparent;
    color: #f68026;
    }

.bluetabs li.selected { }

.bluetabs li.selected a
    {                                                                                  /*selected main tab style */
    background: url( /images/dropdownmenu/tab_selected.png ) repeat-x top transparent; /*THEME CHANGE HERE*/
    border-bottom-color: white;
    }

.bluetabs li.selected a:hover
    { /*selected main tab style */
    text-decoration: none;
    }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b
    {
    position: absolute;
    top: 0;
    /*border: 1px solid #918d8d; *//*THEME CHANGE HERE*/
    border-width: 0 1px;
    font: normal 1em Verdana;
    line-height: 1.8em;
    z-index: 100;
    background-color: #f68026;
    /*width: 130px;*/
    visibility: hidden;
    min-height: 250px;

    filter: alpha( opacity=97 );

    -moz-opacity:0.97;

    -khtml-opacity: 0.97;
    opacity: 0.97;
    }

.dropmenudiv_b a
    {
    width: auto;
    display: block;
    /*text-indent: 3px;*/
    border: 2px solid transparent; /*#918d8d THEME CHANGE HERE*/
    border-bottom-width: 1px;
    padding: 2px 5px 2px 0;
    text-decoration: none;
    text-align: left;
    color: #0054a4;
    line-height: 1.5em;
    /*text-transform: uppercase;*/
    font-size: 1.2em;

    filter: alpha( opacity=100 );

    -moz-opacity:1.0;

    -khtml-opacity: 1.0;
    opacity: 1.0;
    }

* html .dropmenudiv_b a
    { /*IE only hack*/
    width: 100%;
    }

.dropmenudiv_b a:hover
    { /*THEME CHANGE HERE*/
    background-color: #0054a4;
    color: #f68026;
    }

.dropmenudiv_b p.textsection
    {
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.4em;
    }
