.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:12px;
font-weight:normal;
}

/*Top level menu link items style*/
.hauptmenustyle ul li a{
display: block;
padding: 10px 14px;
text-decoration: none !important;
background-image:none;
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/menu_h.gif);
	background-repeat: no-repeat;
        background-position: top center;
	text-decoration: none !important;
	color:#FFF !important;
}

.hauptmenustyle ul li span{
	
}
	
/*1st sub level menu*/
.hauptmenustyle ul li ul{
position: absolute;
left: 3px;
display: block;
visibility: hidden;
border-top: 1px solid #b25771;
}

/*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: 190px; /*width of sub menus*/
background-color: #a70c28;
border-bottom:1px solid #b25771;
color:#FFF !important;
padding: 4px 5px 4px 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: #ce1838;
color:#FFF !important;
background-image:none; 
background-position:8px center;
background-repeat:no-repeat;
text-decoration:none !important;
list-style-image: none;
}
