/* Start of CMSMS style sheet 'RosaKehlchen: Navigation' */
/******************** MENU *********************/

.nav_level1 td{
       padding-left: 1.5em; 
       height: 40px;
       font-weight: bold;
       background: url(uploads/rk/navi_back.png) no-repeat;      
}

.nav_level2 td{
       padding-left: 2.5em;        
       height: 20px;
       background: url(uploads/rk/navi_back_small.png) no-repeat;      
}

.nav_level3 td{
       padding-left: 3.5em;        
       height: 20px;
       background: url(uploads/rk/navi_back_small.png) no-repeat;  
}

#menu_vert {
	margin: 0;
	padding: 0;
}
#menu_vert table {
        border-collapse: collapse;
        text-align: left;
        vertical-align: middle;
        width: 100%;
}

#menu_vert tr td{
       border-bottom: 1px solid #000000;
       padding-right: 0.5em;
} 

#menu_vert a.currentpage {
        color: #ffffff;
}
#menu_vert a.menuactive {
        color: #ffffff;
}

/* first level links */
div#menu_vert a {
/* IE6 has problems with this, fixed above */
	display: block;
/* this will be link color for all levels */
	color: #000000;
/* Fixes IE7 whitespace bug */
	min-height: 1em;
/* no underline for links */
	text-decoration: none;

}
/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	color: #595959;
	text-decoration: underline;
}
div#menu_vert a.activeparent:hover {
	color: #595959;
}
/* End of 'RosaKehlchen: Navigation' */

