.jquerycssmenu{

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;
background: url(images/nav_bg.png) no-repeat left top;
width: 137px;
height: 42px;
margin-right: 3px; /*spacing between tabs*/
font-weight: bold;
text-decoration: none;
text-align: center;
padding-top: 18px;
}

.jquerycssmenu ul li a:hover{

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
margin-top: -10px;
z-index:9999;
}

/*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{
margin-top: 0;
top: 0;
left:115px!important;
}

.jquerycssmenu ul li ul li ul:first{

}


/* Sub level menu links style */
.jquerycssmenu ul li ul li a{

width: 110px; /*width of sub menus*/
background: white;
height: 22px;
padding: 2px 5px 4px 17px;
margin: 0;
background: url(images/dropbg.png) no-repeat right top;
text-align: left;
font-weight: normal;
}
.jquerycssmenu ul li ul li ul a{ 
	width: 118px; /*width of sub menus*/
}
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

