.jquerycssmenu{
}
.hilights{
  border: 1px solid #9D9D9D;
  border-bottom: 0;

  margin-top: -1px;
  width: 93px !important;
}


.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: white url(images/tintblue.gif) top center repeat-x; background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
width: 95px;
font-size: 13px;
font-weight: 700;
color: #9D9D9D;
text-decoration: none;
text-align: center;
}

.jquerycssmenu ul li a:hover{
  color: #A7C72A;
/*background-image: url(images/tintbluedark.gif) tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
/*margin-top: -25px;*/
display: block;
visibility: hidden;
border: 1px solid #9D9D9D;
border-top: 0; 
}

/*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;
margin-top: -1px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 97px; /*width of sub menus*/
padding: 4px 5px;
margin: 0;
background: white;
font-size: 12px;
font-weight: 500;
color: #9D9D9D;
text-align: left;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #A7C72A;
color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
display: none;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
display: none;
}
