.jquerycssmenu  { font: bold 12px Verdana }

.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  { color: #4b4848; text-decoration: none; background-color: white; background-repeat: repeat-x; background-attachment: scroll; background-position: center top; display: block; margin-right: 3px; padding: 5px 7px 4px 0 }

.jquerycssmenu ul li a:hover { color: #0093D3 }
	
/*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   { color: #4b4848; font: bold 12px Verdana; background: white; margin: 0; padding: 4px 5px 4px 0; width: 160px; border-top: 0 none }

.jquerycssmenu ul li ul li a:hover  { color: #0093d3; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

