.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

/* HAUPTMENU STYLE */
#hauptmenuback{
	
}
.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:13px;
font-weight:normal;
}

/*Top level menu link items style*/
.hauptmenustyle ul li a{
display: block;
padding: 5px 5px;
text-decoration: none !important;
background-image:none;
background-repeat:no-repeat;
color:#2e2e2e !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-repeat: no-repeat;
        background-position: top center;
	text-decoration: none !important;
	color:#cb1013 !important;
}

.hauptmenustyle ul li span{
	
}
	
/*1st sub level menu*/
.hauptmenustyle ul li ul{
position: absolute;
left: 3px;
display: block;
visibility: hidden;
border: 1px solid #dbd7d7;
z-index:100;
}

/*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;
cursor:pointer !important;
list-style-image: none;
}

/*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: 200px; /*width of sub menus*/
background-color: #fff;
border:0px;
color:#2e2e2e !important;
padding: 2px 5px 2px 18px;
margin: 0;
background-image:none; 
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: #fff1ee;
color:#2e2e2e !important;
background-image:none; 
background-position:8px center;
background-repeat:no-repeat;
text-decoration:none !important;
list-style-image: none;
}
