.jquerycssmenu{
font-family:arial;
font-size:11px;
color:#822018;
font-weight:normal;
}

.jquerycssmenu img{
display:none;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 0px 0px 0px 5px;
margin-right: 3px; /*spacing between tabs*/
border:none;
color: #822018;
text-decoration: none;
font-weight:normal;
}

.jquerycssmenu ul li a:visited{
font-weight:normal;
color: #822018;
text-decoration: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border:none;
background:#ffffff;
padding-top:5px;
padding-bottom:5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
margin-top:0px;
padding-top:5px;

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 11px Arial;
width: 160px; /*width of sub menus*/
background: white;
color: black;

margin: 0;
border:none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #999999;
color: #822018;
}


