.jquerycssmenu{
padding-left: 15px; /*offset of tabs relative to browser left edge*/
}

.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;
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
margin-top: 3px;

text-decoration: none;
}

.jquerycssmenu ul li a:hover{

}
	
/*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;
}

/*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{

width: 180px; /*width of sub menus*/

padding: 3px 15px;
margin: 0;


}

.konf_overr { background: url(../img/tla/menu_konf.jpg) no-repeat!important; cursor: default; }
.konf_overr2 { background: url(../img/tla/menu_konf2.jpg) no-repeat!important; cursor: default; }
.konf_out { background: none!important;  }
	.mk1 { padding-top: 15px!important; height: 17px;  width: 190px; background-image: url(../img/tla/mk1.png)!important; background-repeat: no-repeat;}
	.mk12 { padding-top: 15px!important; height: 17px;  width: 100px; background-image: url(../img/tla/mk12.png)!important; background-repeat: no-repeat;}
	.mk0 { background-image: url(../img/tla/mk0.png)!important; background-repeat: no-repeat; height: 16px; }
	.mk2 { background-image: url(../img/tla/mk2.png)!important; background-repeat: no-repeat; height: 18px; }
	.mk22 { background-image: url(../img/tla/mk22.png)!important; background-repeat: no-repeat; height: 18px; }
	.mk21 { background-image: url(../img/tla/mk21.png)!important; background-repeat: no-repeat; height: 16px; }
	




/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
display: none;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

