@charset "utf-8";
/* CSS Document */

/********************
MENU
*********************/
#menu_vert {
   padding: 0;
   margin: 0;
   color:#FFFFFF;
   font-size:12px;
   background-color:#444;
}
#menu_vert	ul{
	margin:0;
	padding:0;
	}
	
/* menu li block */
#menu_vert ul li
 {
   list-style: none;
   display: block;
   background-color:#444;
   border-top:1px solid #999;
   width:160px;
}


#menu_vert ul li ul li
 {
   list-style: none;
   display: block;
   background-color:#444;
   border-top:1px #999999 solid;
   } 

/** 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 */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 4px 6px 4px 20px; /* some air for it */
   color: #FFF; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */  
}

/* next level links, more padding  */
div#menu_vert ul ul a   {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 4px 6px 4px 30px; /* some air for it */
   color: #FFF; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-weight:normal;      
}

/* hover state for all links */
div#menu_vert a:hover  {
   background-color: #ccc;
   color:#000;
   background-image:none;
}

.section {
   display: block; /* IE has problems with this, fixed above */
   padding: 4px 6px 4px 20px;
   /*background:url(../imglayout/pijl.gif) no-repeat 110px 6px;*/
   }
   
div#menu_vert a.current, div#menu_vert a:link.current, div#menu_vert a:visited.current 	{
   	color:#FFFF00
	}
