.jquerycssmenu{
font: bold 11px Tahoma, Arial;;
 /*offset of tabs relative to browser left edge*/
}

.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;
margin-right: 0px; /*spacing between tabs*/
text-decoration: none;
}
.jquerycssmenu li
	{	float: left;
		list-style: none;
		font: 11px Tahoma, Arial; font-weight:bold;
		
		}

.jquerycssmenu ul li a:hover{
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
position: absolute;
visibility: hidden;
opacity:0.9;filter:alpha(opacity=90);
zoom: 1;
/* for IE */
filter:alpha(opacity=70);
/* CSS3 standard */

}

/*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;
background:#98CC64;
color:#FFFFFF;

}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{

/*width: 160px; width of sub menus*/

width:170px;
background: #8DC653;
color:#FFFFFF;
padding-left:14px;
padding-top:6px;
padding-bottom:5px;
margin: 0;
border-top-width: 0;
filter:alpha(opacity=90);

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/


background: #006600;
color:#FFFFFF;
border-bottom: 1px solid #000000;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}




