.jquerycssmenu{
font:bold 12px Verdana;
border-bottom: 0px solid black;
position:relative;
top:190px;
left:0px;
z-index:90;
background:url("../pictures/navi-back.jpg") repeat-x;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

.jquerycssmenu .mid li { 
margin: 0; 
background: none; 
padding: 0;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
font:bold 12px Verdana;
display: block;
background-color:#9fc652;
padding: 11px 14px 10px 14px;
margin-right: 0px; /*spacing between tabs*/
border-top:1px solid #bbf932;
color: #fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
color:#000000;
background-color: #fff;
background-position: 0 -194px;
}
.jquerycssmenu ul li a:active{
color:#000000;
background-color: #fff;
background-position: 0 -388px;
}
#jquerycssmenu li a:hover  { background-position: 0 -194px; background-color: #fff; color:#000000; }
#jquerycssmenu li a:active  { background-position: 0 -388px; background-color: #fff; color: #000000; }
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid LightBlue;
}

/*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{
font: normal 11px Verdana;
width: 160px; /*width of sub menus*/
background: white;
color: black;
padding: 5px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ededed;
font-weight:bold;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #FFF5EE;
color: DodgerBlue;
border-bottom: 1px solid #ededed;
}

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

.downarrowclass{
position: absolute;
top:13px;
right:1px;
}

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