/* HAUPTMENU STYLE */
.hauptmenustyle{

}


.hauptmenustyle ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.hauptmenustyle ul li{
position: relative;
display: inline;
float: left;
line-height:15px;
font-size:15px;
font-weight:normal;
}



/*Top level menu link items style*/
.hauptmenustyle ul li a{
display: block;
padding: 11px 13px 10px 13px;
text-decoration: none !important;
background-image:url(../UPLOAD/cmsimages/haupt_norm.gif);
	background-position: top right;
background-repeat:no-repeat;
color:#FFF !important;
}

.hauptmenustyle ul li a:hover,
.hauptmenustyle ul li a.hauptmenustyle_aktive,
.hauptmenustyle ul li a.hauptmenustyle_aktive:link,
.hauptmenustyle ul li a.hauptmenustyle_aktive:visited,
.hauptmenustyle ul li a.hauptmenustyle_aktive:active,
.hauptmenustyle ul li a.hauptmenustyle_aktive:hover{
	background-image:url(../UPLOAD/cmsimages/haupt_aktive.gif);
	background-repeat:no-repeat;
	text-decoration: none !important;
	color:#5e5e5f !important;
	background-position: top right;
}

	
/*1st sub level menu*/
.hauptmenustyle ul li ul{
position: absolute;
left: 3px;
display: block;
visibility: hidden;
border: 1px solid #92999d;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.hauptmenustyle ul li ul li{
display: list-item;
float: none;
line-height:15px;
font-size:11px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.hauptmenustyle ul li ul li ul{
top: 0;
}




/* Sub level menu links style */
.hauptmenustyle ul li ul li a{
width: 170px; /*width of sub menus*/
background-color: #FFF;
border-bottom:1px solid #92999d;
color:#5e5e5f !important;
padding: 4px 5px 4px 18px;
margin: 0;
background-image:url(../UPLOAD/cmsimages/blank.gif); 
background-position:8px center;
background-repeat:no-repeat;
text-decoration:none !important;
}

.hauptmenustyle ul li ul li a:hover{ /*sub menus hover style*/
background-color: #fecc00;
color:#5e5e5f !important;
background-image:url(../UPLOAD/cmsimages/blank.gif); 
background-position:8px center;
background-repeat:no-repeat;
text-decoration:none !important;
}



.downarrowclass{
/* position: absolute;
top: 7px;
right: 5px;*/
}

.rightarrowclass{
/* position: absolute;
top: 5px;
right: 5px; */
}