/* Start of CMSMS style sheet 'ride4fun-2-menu' */
/********************
MENU
*********************/
.menu_vert {
   padding: 0;
   margin-left: 0em;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;	
   color: #715135;	
}

.menu_vert a, .menu_vert a:link, .menu_vert a:active, .menu_vert a:visited, .menu_vert a:hover
		{
                text-decoration: none;
		}

/* third level has some padding to have it stand out */
.menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
.menu_vert li {
   list-style: none;
   margin: 0;
   text-align: left;
   text-indent: 5px;
   background-color: #E4DCBC;
   display: block;
}

.menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html .menu_vert li a { height: 1%; } 
* html .menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
.menu_vert a {
   font-size: 100%;
   text-decoration: none;
   display: block;
   padding: 0.4em 0.5em 0.4em 1.2em;
   color: #000;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em;
}

/* next level links, more padding and smaller font */
.menu_vert ul ul a {
   font-size: 100%;
   text-decoration: none;
   padding: 0.4em 0.5em 0.4em 1.5em;
   background-position: 0.6em center;
}

/* third level links, more padding */
.menu_vert ul ul ul a {
   text-decoration: none;
   padding: 0.4em 0.5em 0.4em 2.0em;
   background: url(images/cms/dash.gif) no-repeat 1.0em center; 
}

/* hover state for all links */
.menu_vert a:hover {
   text-decoration: none;
   color: #000;
   background-color: #CDBA96;
}
.menu_vert a.activeparent:hover {
   text-decoration: none;
   background-color: #CDBA96;
   color: #715135;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
.menu_vert li a.activeparent {
   text-decoration: none;
   background: url(images/cms/arrow-down.gif) no-repeat 0.2em center; 
   background-color: #D7B681;
   color: #000;
}

.menu_vert ul ul li a.activeparent {
   text-decoration: none;
   background-position: 0.4em center; 
   background-color: transparent;
   color: #000;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
.menu_vert ul h3 {
   background: url(arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #CDBA96;
   display: block; 
   padding: 0.4em 0.5em 0.4em 0.5em;
   color: #000;
   font-size: 1em;
   text-decoration: none;
   margin: 0;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
.menu_vert ul ul h3 {
   font-size: 100%;
   text-decoration: none;
   padding: 0.3em 0.5em 0.3em 2.1em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
.menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 1.6em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.8em center; 
}

/* section header */
.menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   text-decoration: none;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
.menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

.menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/* imprint link */
.imprint a {
   font-size: 100%;
   text-decoration: none;
   display: block;
   padding: 0.4em 0.5em 0.4em 1.2em;
   color: #000;
   background: url(images/cms/arrow-right.gif) no-repeat 0.2em center; 
   min-height:1em;
}

.imprint {
   background-color: #E4DCBC;
   border-left: 1px solid #43260E;
   border-right: 0px;
   border-top: 1px solid #43260E;
   border-bottom: 0px;
}

.imprint a, .imprint a:hover, .imprint a:active, .imprint a:visited {
   text-decoration: none;
}
/* End of 'ride4fun-2-menu' */

