.jquerycssmenu{
font: bold 12px Verdana;

width:829px;

}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
text-align:center;
}


/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;


margin-left: 1px; /*spacing between tabs*/
line-height:40px; 
border-bottom-width: 0;
color: #fff;
text-decoration: none;
background-image: url('../img/kertepites_menu.png');
width:137px;
height:39px;
}

.jquerycssmenu ul li a:hover{
	background-image: url('../img/kertepites_menu_on.png'); /*tab link background during hover state*/
	width:137px;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
width:137px;
text-align:left;;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
text-align:left;

}

/*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 9px Verdana;
width:135px; /*width of sub menus*/
height:20px;
padding-left:2px;
padding-top:2px;
line-height:20px;
padding-bottom:2px;
background: #4d582d;
color: white;
margin: 0;
border:1px solid #baa266;
overflow:hidden;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
width:135px; /*width of sub menus*/
}

/* ######### CSS classes applied to down and right arrow images  ######### */


