.jquerycssmenu{
font-family:"Trebuchet MS", Arial, Verdana;
margin:auto;
z-index:999999;

}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
margin:auto;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:99999;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/* background: url(images/menu_bg.jpg) top center repeat-x; */ /*background of tabs (default state)*/
background:url(images/menu_ayrac.png) right no-repeat;
/* padding: 10px 7px 10px 7px; */
line-height:59px;
padding:0 12px;
margin-right: 0px; /*spacing between tabs*/
border-bottom-width: 0;
color:#646464;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
/* background-image: url(images/menu_bg2.jpg); */ /*tab link background during hover state*/
color:#202020;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border: 1px solid #AFAFAF;
}

/*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: -5px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
/* font: normal 13px Verdana; */
width: 180px; /*width of sub menus*/
background: #dddddd;
color: #7D7C7D;
padding: 5px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px dotted #AFAFAF;
line-height:10px;
/* background: white url(images/menu_bg.jpg) top center repeat-x; */ /*background of tabs (default state)*/
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	/*background: #eff9ff;*/
	color: #000000;/* background-image: url(images/menu_bg2.jpg) */ /*tab link background during hover state*/
}

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

.downarrowclass{
position: absolute;
top: 23px;
right: 5px;
}

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