.jquerycssmenu{
padding-left:0px; /*offset of tabs relative to browser left edge*/
margin: 0;
padding: 0;
margin-left:-20px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
list-style:none;
text-indent:33px;
width:208px;
background:url(../images/sub-menu.jpg) top left no-repeat;
color:#181818;
line-height:21px;
cursor:pointer;
padding-bottom:2px;
}

/*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: 0;
display: block;
visibility: hidden;
width: 208px; /*width of sub menus*/
background:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
background:none;
width: 208px; /*width of sub menus*/
float: none;
margin:0px;
margin-left:-20px;
list-style:none;
line-height:25px;
}

/*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 Verdana;
width: 208px; /*width of sub menus*/
color: black;
margin: 0;
border-top-width: 0;
background:none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:none;
color: black;
width: 208px; /*width of sub menus*/
}

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

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

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