.jquerycssmenu{
  display:inline-block;
  height:48px;
  position:relative;
  width: 660px;
  float: left;
  padding: 10px 0 0 20px;
}

.jquerycssmenu ul{
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  z-index:99999;
}

/*Top level list items*/
.jquerycssmenu ul li{
  display:inline-block;
  position: relative;
  float: left;
}

.jquerycssmenu ul li a.last {background:none; } 

/*Top level menu link items style*/
.jquerycssmenu ul li a{
height:24px;
padding:8px 20px 0px 20px;
background:url(../images/menu_ayrac.png) no-repeat top right;
font-size:14px;
float:left; color:#373737;
font-family:"zumrutfont";
margin-top:6px;
display: block;
margin-right: 3px; /*spacing between tabs*/
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
  color: #ccc;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
margin-top: 1px;
}

/*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: 12px Arial;
width: 160px; /*width of sub menus*/
background: #00572A url("../images/rarrow.png") no-repeat;
color: #fff;
padding: 8px 5px 8px 25px;
margin: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #000;
color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
