.jquerycssmenu{
font: bold 12px Verdana;
border-bottom: 0px solid black;
width:100%;
}

.jquerycssmenu ul{
margin: 0;
padding: 0px;
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-color:#FAFDFF;
padding:10px 2px 9px 2px;
margin-right: 0px; /*spacing between tabs*/
border-left: 0px solid #E7EAEB;
border-right: 0px solid #E7EAEB;
border-bottom-width: 0;
color: #0D4B2E;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-color:#FAFDFF;
border-left: 0px solid #E7EAEB;
border-right: 0px solid #E7EAEB;
border-bottom: 0px solid #E7EAEB;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 0px solid #E7EAEB;
z-index:1000;
}

/*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 13px Verdana;
width: 160px; /*width of sub menus*/
background: #F8FDFF;
color: #0D4B2E;
padding: 5px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #0D4B2E;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #EEB311;
color: black;
border-bottom: 1px solid #0D4B2E;

}

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

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

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