.jquerycssmenu{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
        font-weight: bold;
	color: #111111;
	/* font-family: Georgia,"Times New Roman",Times,serif; */
	font-family: Arial, Helvetica, San-Serif;
	/* menu strip color */
	background: #52943C;
	/* menu strip width */
	width: 103.98%;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
        margin-left: -1.8em;
}

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

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

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	/* background color of tabs (default state) */
	background: #52943C;
	/* font color (default state) */
	color: #FFFFFF;
	/* tab and menu strip height above letters */
	padding-top: .5em;
	/* tab and menu strip depth below letters */
	padding-bottom: .5em;
	/* tab width to right of letters */
	padding-right: .625em;
	/* tab width to left of letters */
	padding-left: .625em;
	/* border between tabs */	
	border: 1px solid #FFFFFF; 
        border-width:  0px 1px 0px 1px;
	border-left: 0;
	border-bottom: 0;
	letter-spacing: 2px;
	line-height: 1em;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover{
	background: #92C6EB;
	/* font color */
	color: #000000;
	text-decoration: none;
}




.jquerycssmenu ul li.current_page_item a {
	background: #92C6EB;
}




	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*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-weight: normal;
	font-size: 1em;
	/* font-family: Georgia,"Times New Roman",Times,serif; */
	font-family: Arial;
	/* width of submenu items */
	width: 11em; 
	/* height of submenu items above letters */
	padding-top: .313em;
	/* depth of submenu items below letters */
	padding-bottom: .313em;
	margin: 0;
	border-top-width: 0;
	/* border between submenu items */
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #92C6EB;
	/* font color */
	color: #111111;

}

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

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

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