.jquerycssmenu{
font: bold 13px Verdana;
border-bottom: 0px solid black;
padding-left: 55px; 
}

.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;
background: #928581 top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 0px; /*spacing between tabs*/
margin-left: -8px; /*spacing between tabs*/
border-bottom-width: 0;
color: #ffffff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
text-decoration: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
margin-left: 0;
text-align: center;
display: block;
visibility: hidden;
border-top: 0px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
/*display: list-item;*/
margin-left: 10px;
float: left;
}


/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 12px Verdana;
width: 190px; /*width of sub menus*/
background: #d1ccca;
color: #514540;
align: middle;
/*padding: 4px 5px;*/
margin: 0;
border-top-width: 0;
border-bottom: 0px solid black;
}


.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #d1ccca;
color: #514540;
text-decoration: none;
font-weight: bold;
}

/* Sub sub level menu style */
.jquerycssmenu ul li ul li ul li {
background: #e7e5e4;
float: none;
}

/* Sub sub level menu links style */
.jquerycssmenu ul li ul li ul li a{
background: #e7e5e4;

}

.jquerycssmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
background: #e7e5e4;
color: #514540;
text-decoration: none;
font-weight: bold;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

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

.rightarrowclass{
position: absolute;
top: 9px;
right: 10px;
}

