.jquerycssmenu{
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index:100;
}

.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-image: none;
  border-right: dotted 1px #A4A400;
  color: #EEEEEE;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 9px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  text-decoration: none;
}

.jquerycssmenu ul li a:hover{

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 1px solid black;
	background-color: #642F0B;
	left: 0px;
	top: 100%;
	text-align: left;
}

/*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{
	background-color: #642F0B;
	background-image: none;
	border-bottom-color: #4F4F4F;
	border-bottom-width: 1px;
	color: #CCCCCC;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding: 5px;
	width: 185px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background-color: #7B3D00;
	color: #FFFFFF;
	text-decoration: underline;
}

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

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

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