.jquerycssmenu{
	width:97%;
	height:24px;
	list-style:none;
	font-family:Arial;
	font-size:11px;
	color:#000;
	border-bottom:1px dotted #069E04;
	padding:0;
	margin:auto;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
padding:0 20px;
border-right:2px solid #000;
margin:0;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 5px 7px 4px 7px;
color: #000;
text-decoration: underline;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
text-decoration:none;
display:block;
position:absolute;
width:auto;
margin:0;
padding:5px;
width:115px;
border-right:2px solid #CCC;
border-bottom:2px solid #CCC;
background-color:#FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
width:100px;
border:none;
padding:5px 8px ;
}

/*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{
width:80px;
background:url(../images/bullet-arrow-right.png) no-repeat left;
border-bottom:1px solid #CCC;
text-decoration:none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
text-decoration:underline;
}

