/*Top Navigation Menu*/

.topmenu
{
    height: 38px;
    padding-left: 25px;
    background-position: left bottom;
    background-image: url(images/topmenu/menu-background.gif);
    background-repeat: repeat-x;
    background-color: #009ad0;
}

.chromestyle ul.left
{
    background: transparent url(images/topmenu/lines-menu.gif) repeat-y scroll left top;
    float: left;
}

.chromestyle ul.right
{
    background: transparent url(images/topmenu/lines-menu.gif) repeat-y scroll left top;
    float: right;
}

.chromestyle ul li.selected a
{
    color: #0089B3;
    background-image: url(images/topmenu/menu-bg-selected.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
}

.chromestyle ul li.selected a:link, .chromestyle ul li.selected a:visited, .chromestyle ul li.selected a:active
{
    color: #0089B3;
    text-decoration: none;
}

.chromestyle ul li.selected
{
    color: #0089B3;
}

.chromestyle
{
    background: #009AD0 url(images/topmenu/menu-background.gif) repeat-x scroll left bottom;
    float: left;
    width: 100%;
    padding:0;
    height: 39px;
}

.chromestyle:after
{
    /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle ul
{
    list-style-type: none;
    margin: 0pt;
    padding: 0pt 0pt 0pt 2px;
    z-index: 1000;
}

.chromestyle ul li
{
    background: transparent url(images/topmenu/lines-menu.gif) repeat-y scroll right top;
    float: left;
    padding: 0pt 2px 0pt 0pt;
    margin: 0px;
}

.chromestyle ul li a
{
    display: block;
    padding: 13px 16px;
    position: relative;
    color: #FFFFFF;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    margin: 0px;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

.chromestyle ul li a span
{
    background: transparent url(images/topmenu/menu-bg-arrow.gif) no-repeat scroll right center;
    padding-right: 15px;
}

.chromestyle ul li.selected a span
{
    background: transparent url(images/topmenu/menu-bg-arrow-selected.gif) no-repeat scroll right center;
    padding-right: 15px;
}


.chromestyle ul li a:hover, .chromestyle ul li.selected a:hover
{
    background: transparent url(images/topmenu/menu-highlight_background.gif) repeat scroll 0%;
    color: #FFFFFF;
}

.chromestyle ul li a[rel]:after
{
    /*HTML to indicate drop down link*/ /*content: " v"; /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    position: absolute;
    top: 0;
    border-bottom: 1px solid #00779C;
    border-left: 1px solid #27A9D7;
    border-right: 1px solid #0082B0;
    font: normal 10px Tahoma;
    z-index: 100;
    background-color: #008cc1;
    width: 200px;
    overflow: hidden;
    left: -999em;
    margin: 0pt;
    padding: 0pt;
    background-image: url(images/topmenu/menu-dropdown_background.gif);
    background-repeat: repeat;
}

.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active
{
    width: auto;
    display: block;
    text-indent: 3px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: normal;
    color: white;
    font-size: 11px;
    display: block;
    padding: 5px 0pt 5px 10px;
    width: 100%;
}

* html .dropmenudiv a
{
    /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover
{
    /*THEME CHANGE HERE*/
    background: #035F81 url(images/topmenu/menu-hover-bg.gif) repeat-x scroll 0% !important;
    color: #FFFFFF;
}