.jquerycssmenu{
font: bold 5px Verdana;
height:32px;
width: 120px;
border-bottom: 0px;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
height:32px;
width: 120px;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	height:25px;
	width: 127px;
	position: relative;
	display: inline;
	float: left;
	left: 0px;
	top: -1px;


}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
width: 120px;
display: block;
/*background:top left repeat-x;; /*background of tabs (default state)*/
padding: 0px 0px 0px 0px;
margin-right: 0px; /*spacing between tabs*/
border: 0px;
border-bottom-width: 0;
color: #5F7103;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
height:32px;
/*background-image: url(images/index_16.jpg) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
height:32px;
position: center;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #FFEFBB;
}

/*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{
height:32px;
width:175px;
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: 10px Verdana;
font weight : bold;
width: 160px; /*width of sub menus*/
background: #5F7103;
color: #FFEFBB;
padding: 0px 0px;
margin: 0;
border-top-width: 0;
border-bottom: 2px solid #FFEFBB;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #FFEFBB;
color: #5F7103;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 4px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 4px;
}
