.jquerycssmenu{
font: bold 1.2em Arial;
padding-left: 0; /*offset of tabs relative to browser left edge*/
z-index:9999;
position:relative;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: block;
float: left;
background: url(grafik/shBox.gif) 0 100% no-repeat;
padding-bottom:3px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: transparent url(grafik/hg_nav.gif) 0 0 repeat-x; /*background of tabs (default state)*/
height: 33px;
padding: 5px 0 6px 12px !important;
margin: 0 3px; /*spacing between tabs*/
color: #fff;
text-decoration: none;
text-transform: uppercase;
width: 180px;
float: none;
}

.jquerycssmenu ul li a.linkliste_a_0_0,
.jquerycssmenu ul li a:hover {
background: transparent url(grafik/hg_nav_hover.gif) 0 0 repeat-x; /*background of tabs (hover state)*/
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
padding-bottom:0;
background: transparent;
}

/*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;
display: block;
line-height:14px;
background: #0360A6;
color: #fff;
padding: 7px 7px 5px 4px !important;
margin: 0 3px;
text-transform: none;
height: auto;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #81AFD3;
color: #0360A6;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

