.jquerycssmenu{
font: normal 15px Arial;
border-bottom: 1px solid black;
padding: 0px 24px 0px 24px;
}

.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;
width:84px;
height:35px;
padding: 7px 7px 0px 7px;
margin-right: 3px; /*spacing between tabs*/
/*border: 0px solid #778;*/
color: #ffffff;
text-decoration: none;
text-align:center;
}

.jquerycssmenu ul li a:hover, .toplvl {
background:url(/userfiles/image/imgnavov.jpg) no-repeat; /*tab link background during hover state*/
background-position:bottom;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 0px solid #3297fd;
border: solid 10px #ccc;
}

/*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: 180px; /*width of sub menus*/
height:20px;
padding:8px 0px;
margin: 0px;
text-align: center;
background: #fff;
color: #000;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
text-align: center;
background: #a7a7a8;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
