.jquerycssmenu{
font: bold 12px Verdana;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
background: url(/images/frontend/sitewide/nav_dvde.gif) no-repeat top right;
}

.jquerycssmenu ul li.last{
background:none;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 10px 0px 3px 16px;
margin-right: 25px; /*spacing between tabs*/
color: #4e4e4e;
text-decoration: none;
}

.jquerycssmenu ul li a.last{
margin-right: 0; /*spacing between tabs*/
}

.jquerycssmenu ul li a:hover{
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*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: 0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 155px; /*width of sub menus*/
background: white;
color: #4e4e4e;
padding: 5px 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #CCCCCC;
list-style:none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #F4F4F4;
}