.jquerycssmenu{
font: Arial 13px normal;
margin-left:25px;
margin-bottom:-2px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
margin-right:0px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: url(../images/front-end/inactive_nav.png) bottom center no-repeat; /*background of tabs (default state)*/
padding: 10px 3px 0 3px;
margin-right: -3px; /*spacing between tabs*/
border-bottom-width: 0;
color: #fff;
text-decoration: none;
font-weight:normal;
width: 154px;
height:32px;
line-height:28px;
}

.jquerycssmenu ul li a:hover, .jquerycssmenu ul li a.active{
background-image: url(../images/front-end/active_nav.png);
color: #8d5f02;
padding: 10px 3px 0 3px;
border-bottom-width: 0;
color: #8d5f02;
text-decoration: none;
font-weight:normal;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
margin-left:2px;

}

/*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 Arial;
background: #ffb400;
color: 8d5f02;
padding: 5px;
padding-left:10px;
padding-top:8px;
text-align:left;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
width:139px;
height:20px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #fdcd58;
color: 8d5f02;
padding: 5px;
padding-left:10px;
padding-top:8px;
text-align:left;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
}

.rightarrowclass{
}
