/*Copyright (c) 2007, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 2.3.1*/
#MENU {
    margin: 0px;
    padding: 1px;
    background-color: RGB(252, 252,252);
    text-align: left;
    display: block;
    flow: both;
    font-weight: normal;
    line-height: 100%;
}

    #MENU > .bd {
        width: 1200px;
    }

.yuimenu .yuimenu, .yuimenubar .yuimenu {
    position: absolute;
    visibility: hidden;
}

.yuimenubar li, .yuimenu li {
    list-style-type: none;
    list-style-position: outside;
}

.yuimenubar ul, .yuimenu ul, .yuimenubar li, .yuimenu li, .yuimenu h6, .yuimenubar h6 {
    margin: 0;
    padding: 0;
}

.yuimenuitemlabel, .yuimenubaritemlabel {
    white-space: nowrap;
}

.yui-menu-shadow {
    position: absolute;
    z-index: -1;
}

.hide-scrollbars * {
    overflow: hidden;
}

.hide-scrollbars select {
    display: none;
}

.yuimenu.show-scrollbars {
    overflow: visible;
}

.yuimenu.hide-scrollbars .yui-menu-shadow {
    overflow: hidden;
}

.yuimenu.show-scrollbars .yui-menu-shadow {
    overflow: auto;
}

.yuimenubar {
    border-top: solid 1px #808080;
    border-bottom: solid 1px #808080;
}

    .yuimenubar .bd, .yuimenubar ul {
        *zoom: 1;
    }


    .yuimenubar > .bd > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        line-height: 0;
    }

.yuimenubaritem {
    float: left;
}

.yuimenubarnav .yuimenubaritemlabel {
}

.yuimenubaritemlabel:hover {
    background-color: RGB(255, 255, 255);
}

.yuimenubarnav .yuimenubaritem {
    border-top: 0px;
    border-right: solid 0px RGB(204, 204, 204);
}

.yuimenubaritemlabel {
    display: block;
    *display: inline-block;
    line-height: 2;
    *line-height: 1.9;
    padding: 0 15px;
    color: RGB(0, 29, 119);
    text-decoration: none;
    outline: none;
    position: relative;
    margin: -1px 0;
}

.yuimenubarnav .yuimenubaritemlabel {
    padding-right: 20px;
    color: RGB(0, 0, 0);
}

.yuimenubaritemlabel .submenuindicator {
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
}

.yuimenubarnav .yuimenubaritemlabel .submenuindicator {
    top: 50%;
    right: 7px;
    left: auto;
    margin-top: -4px;
    height: 7px;
    width: 7px;
    text-indent: 8px;
    background-image: url(images/img_menu_btn.gif);
    background-position: 0px 0px;
}

.yuimenubaritem a.selected, .yuimenubaritem a:focus {
    background-color: RGB(0, 29, 119);
    color: RGB(255, 255, 255);
    border-color: RGB(204, 204, 204);
}

.yuimenubarnav .yuimenubaritem a.selected {
    border-left-width: 1px;
    margin-left: 0px;
    *left: -1px;
}

.yuimenubar a.selected .submenuindicator {
    background: url(images/img_menu_btn.gif) repeat-x 0px -7px;
}

.yuimenubarnav a.selected .submenuindicator {
    background: url(images/img_menu_btn.gif) repeat-x 0px -7px;
}

.yuimenu .bd {
    border: solid 1px #808080;
    background-color: RGB(255, 255, 255);
}

.yuimenu ul {
    padding: 3px 0;
    border-width: 1px 0 0 0;
    border-color: RGB(204, 204, 204);
    border-style: solid;
}

    .yuimenu ul.first-of-type {
        border-width: 0;
    }

.yuimenu h6 {
    font-weight: bold;
    line-height: 1.5;
    *line-height: 1.45;
    border-style: solid;
    border-color: RGB(204, 204, 204);
    border-width: 1px 0 0 0;
    color: rgb(164, 164, 164);
    padding: 3px 10px 0 10px;
}

    .yuimenu ul.hastitle, .yuimenu h6.first-of-type {
        border-width: 0;
    }

.yuimenuitemlabel {
    line-height: 1.5;
    *line-height: 1.45;
    padding: 0 20px;
    display: block;
    color: RGB(0, 0, 0);
    text-decoration: none;
    outline: none;
    position: relative;
    *position: static;
    cursor: default;
}

    .yuimenuitemlabel .helptext {
        font-style: normal;
        display: block;
        margin: -1.5em 0 0 10em;
        *margin-top: -1.45em;
    }

    .yuimenuitemlabel .submenuindicator, .yuimenubaritemlabel .submenuindicator {
        position: absolute;
        overflow: hidden;
        background-image: url(images/img_menu_btn.gif) no-repeat;
    }

    .yuimenuitemlabel .submenuindicator {
        *position: static;
        *display: inline-block;
    }

    .yuimenuitemlabel .submenuindicator {
        top: 50%;
        right: 8px;
        margin-top: -3px;
        height: 7px;
        width: 4px;
        text-indent: 5px;
        background-position: 0 -906px;
    }

.visible .yuimenuitemlabel .submenuindicator {
    *float: right;
    *margin: -1em 8px 0 8px;
}

.visible .yuimenuitem .hassubmenu {
    *padding-right: 0;
}

.yuimenubaritemlabel a, .yuimenuitemlabel {
    color: RGB(0, 29, 119);
}

.yui-menu-shadow-visible {
    top: 2px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    background-color: RGB(0, 0, 0);
    opacity: .12;
    *filter: alpha(opacity=12);
    visibility: visible;
}

.visible .bd, .visible .yuimenuitem {
    _zoom: 1;
}

.visible .yuimenuitemlabel {
    *zoom: 1;
}

.yuimenuitem a.selected, .yuimenuitem a:focus {
    background: RGB(0, 29, 119);
    color: RGB(255, 255, 255);
}

.yuimenubar .yuimenuitem a.selected .submenuindicator {
    background: url(images/img_menu_btn.gif) no-repeat 0px -14px;
    width: 7px;
    height: 7px;
}

.yuimenubar .yuimenuitem .submenuindicator {
    background: url(images/img_menu_btn.gif) no-repeat 0px -21px;
    width: 7px;
    height: 7px;
}

.yuimenubarnav .yuimenuitem a.selected {
    border-width: 0;
    margin: 0;
    *left: 0;
}

.yuimenubaritemlabel img {
    border: 0px solid red;
    margin: 0px;
    padding: 3px;
}
