.jquerycssmenu{
font: bold 12px Tahoma;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
}


.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 14px 7px 12px 7px;
margin-right: 0px; /*spacing between tabs*/
color: #fff;
text-decoration: none;
line-height: 14px;
text-transform:uppercase;
}

.jquerycssmenu ul li a:hover{
   /* background: url('i/menu_hover.gif') repeat-x; */
    color: #fff;
}

.menu-sibling a:hover, .menu-first a:hover {
    background: url('i/menu_hover.gif') repeat-x;
}

.menu-current a {
    background: url('i/menu_hover.gif') repeat-x;
}


.menu-expand a {
    background: url(i/arrow_down.gif) top right no-repeat;
}

.menu-expand a:hover {
    background: url(i/menu_hover.png) top right no-repeat;
}


li.menu-expand.menu-current{
    background: url('i/menu_hover.gif') repeat-x;
}

.menu-child  a {
    background: #3f79af;
}

.menu-child  a:hover {
    background: #6594bf;
}
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #8c8c8c;
z-index: 1000;
}

/*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 12px Tahoma;
width: 160px; /*width of sub menus*/
background: #3f79af;
background-image:none;
color: white;
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #6594bf;
text-transform:none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #6594bf;
background-image:none;
color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}


/* ================================== SUB NAV ===============================*/
#subnav ul {list-style-type: none;list-style-image:none;margin: 0;padding: 0;}
#subnav ul li  {list-style-type: none;list-style-image:none;border-left: 5px solid #fff; background-color:#fff;display:block; padding: 5px 0 5px 10px;}
#subnav ul li.menu-current  { background-image:none; }

#subnav ul li ul {background: #fff;}

#subnav ul li a  {background: none;border:none;}
#subnav ul li.menu-current a  {background: none;background-color:#e8e8e8; border-left: 5px solid #0a92cd;display:block; padding: 5px 0 5px 10px; }

#subnav ul li.menu-child a {background-color: #fff;border:none;}
