/* menuTop */

/* remove the bullets, padding and margins from the lists */
div#menuTop ul {
	z-index: 40;
   padding: 0;
   list-style-type:none;
   margin: 0 auto;
}


/* hide the sub level links */
div#menuTop ul.level2 {
	z-index: 40;
   visibility:hidden;
   position:absolute;
   border: 0; 
}


div#menuTop ul.level1 li {
	z-index: 40;
    float: left;
}

/* make the sub level visible on hover list */
div#menuTop li:hover ul.level2,
div#menuTop li.sfhover ul.level2 {
	z-index: 40;
   visibility:visible;
}
/* menuTop */

/* remove the bullets, padding and margins from the lists */
div#menuTop ul {
	z-index: 40;
   padding: 0;
   margin: 0;
   list-style-type:none;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
div#menuTop li {
	z-index: 40;
   float:left;
   position:relative;
   z-index:100;
   height: 22px;
}

/* style all the links */
div#menuTop a.level1, div#menuTop a.level1:visited {
   display: block;
}


/* hide the sub level links */
div#menuTop ul.level2 {
	z-index: 40;
   visibility:hidden;
   position:absolute;
   border: 0; 
}


div#menuTop .level2 li {
    clear: left;
}

/* make the sub level visible on hover list */
div#menuTop li:hover ul.level2,
div#menuTop li.sfhover ul.level2 {
	z-index: 40;
   visibility:visible;
}


/* rounded corners onder submenu */

.submenu_bottom {
    clear: both;
    display: block;
    height: 8px;
		line-height: 8px;
		font-size: 8px;

}   
.smb_l {
    float: left;
    display: inline;
    height: 8px;
    line-height: 8px;
    font-size: 8px;
    width: 4px;
    background-image: url('/fileadmin/sitedesign/buttons/bosma/submenu_corner_left.png');
}   
.smb_r {
    float: right;
    display: inline;
    height: 8px;
		line-height: 8px;
		font-size: 8px;
    width: 4px;
    background-image: url('/fileadmin/sitedesign/buttons/bosma/submenu_corner_right.png');
}  


.smb_c {
    margin-left: 4px;
    margin-right: 4px;
    height: 8px;
		line-height: 8px;
		font-size: 8px;
    background: #aeaeb2;
}