.jquerycssmenu{
font: bold 12px Arial;
padding: 0px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{}



/*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; }
.jquerycssmenu ul li a:hover{}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0px;
height:auto !important;
border:1px solid #837a6a;
display:block;
}



/*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;
left: 224px!important;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Arial;
background:url(../images/img_navbar_drop.jpg) no-repeat 0px #e6e1c5 !important;
width:200px !important;
height:14px !important;
padding:10px 12px 10px 12px;
color:#3a352e;
text-decoration:none;
font-weight:bold;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:url(../images/img_navbar_drop_hover.jpg) no-repeat 1px #e6e1c5 !important;
color:#449133;
height:14px !important;
padding:10px 12px 10px 12px !important;
margin:0px !important;
}


/* ######### CSS classes applied to right arrow images  ######### */

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

