.menu, .menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    line-height: 2.0em;
    color: #fff;
    font-size: 1.25em;
    font-weight:bold;
}

.menu a
{
    text-decoration: none;
}
.menu > li
{
}
.menu > li:first
{
    margin-left:0px!important;
    }
.menu > li > a
{
    padding: 0px 10px;
    margin: 0;
    width: 100%;
    text-decoration: none;
    color: #fff;
}

.menu > li > a.disabled
{
    color: #a6a6a6;
}

div.box
{
    position: absolute;
    z-index: -1;
    background-color: #0072C6;/*#23487D;*/
    left: 0;
    top: 0;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}
li.pull-down
{
    padding-right:6px;
}

li.pull-down > a
{
    background-image: url('../images/darrow6.png');
    background-position: 96% 75%;
    background-repeat: no-repeat;
    padding-right: 20px;
}

li.pull-down > a.disabled
{
    color:#a6a6a6;
}

li.right-menu > a
{
    background-image: url('../images/rarrow6.png');
    background-position: 97% 45%;
    background-repeat: no-repeat;
}
.menu a.selected
{
    background-color: #75CDD2;
    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
}
.menu li
{
    float: left;
    position: relative;
}

.menu ul
{
    position: absolute;
    display: none;
    width: 200px;
    top: 2.5em; /*padding-right: 10px;*/
    background-color: #0072C6;/*#23487D;*/ /*-moz-opacity: .50;     filter: alpha(opacity=50);     opacity: .50;*/
    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
}

.menu li ul a
{
    width: 180px;
    height: auto;
    float: left;
    color: #FFFEFD;
    padding: 0 10px;
    line-height: 1.90em;
    font-size: 0.70em;
    font-weight:normal;
}

.menu li ul a.disabled 
{
    color: #a6a6a6;
}


.menu li ul li ul a
{
    width: 180px;
    height: auto;
    float: left;
    color: #FFFEFD;
    padding: 0 10px;
    line-height: 1.90em;
    font-size: 0.55em;
    font-weight:normal;
}

.menu li ul li
{
    padding: 0;
    margin: 0;
}

.menu ul ul
{
    top: auto;
}

.menu li ul ul
{
    left: 198px; /*margin: 0px 0 0 10px;*/
}

/*
This overrides the a:hover background color in site.css.
Hence commented.
.menu-item-selected > a
{
    background-color: #FFFEFD;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
}
*/

/*
Style of the sub menu items.
*/
.menu-item-selected > a:hover
{
    color: #000000 !important;
}

.menu-item-selected > a:hover.disabled
{
    color: gray !important;
}
