.jquerycssmenu
{
    float: right;
    direction: rtl;
    font: bold 12px arial;
    background-image: url(bgII.gif); 
    /*height: 25px;
    line-height: 25px;*/
    /*width: 820px;*/

    /*border-bottom: 1px solid black;*/
    /*padding-left: 15px; offset of tabs relative to browser left edge*/
    z-index: 10000;
}
.jquerycssmenu *
{
    margin: 0px;
    padding: 0px;
    font: bold 14px arial;
    z-index: 10000;
}

.jquerycssmenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.jquerycssmenu ul ul ul
{
    margin: -1px 0 0 -1px;
}

/*Top level list items*/
.jquerycssmenu ul li
{
    position: relative;
    display: inline;
    float: right;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a
{
    display: block;
    /*background: white url(tintblue.gif) top center repeat-x; background of tabs (default state)*/
    padding: 5px 10px 4px 10px;
    /* margin-right: 3px; spacing between tabs*/
    /*border: 1px solid #778;
    border-bottom-width: 0;*/
    /*background-color: #365973;*/
    color: #fff;
    text-decoration: none;
}

.jquerycssmenu ul li a:hover
{
    color: #fdea0a;
    /*background-image: url(tintbluedark.gif) tab link background during hover state*/;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul
{
    position: absolute;
    right: 0;
    display: block;
    visibility: hidden;
    border-top: 1px solid #5482b6;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li
{
    display: list-item;
    float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul
{
    top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a
{
    /*font: normal 13px Verdana;*/
    width: 180px; /*width of sub menus*/
    white-space: nowrap;
    background-color: #365973;
    color: #fff;
    padding: 4px 5px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid #5482b6;
}

.jquerycssmenu ul li ul li a:hover
{
    /*sub menus hover style*/
    background-color: #eff9ff;
    color: #365973;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
    /*position: absolute;*/
    background: url(arrow-left.gif) left center no-repeat;
    /*display: inline-block;
    top: 7px;
    right: 5px;*/
}

.separatorclass
{
    /*position: absolute;*/
    background: url(separator.gif) left center no-repeat;
    /*display: inline-block;
    top: 7px;
    right: 5px;*/
}

.rightarrowclass
{
    /*position: absolute;*/
    background: url(arrow-down.gif) left center no-repeat;
    /*display: inline-block;
    top: 5px;
    right: 5px;*/
}
