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

.menu ul {
list-style-type: none; /* suppression of useless elements */
padding:0px;
margin:0px;
/*width: 100%;*/ /* precision for Opera */
}
.menu li{ 
float: left;
list-style:none;
margin-top:-14px;
*margin:0px;
padding:0px;
} /* lists aligned to the left */
.menu li.active{
	background:#ababab;
} 
.menu li.active a{
	color:#000000;
	}
.menu li.active strong{
	font-weight:normal;
	}
.subMenuSearch{
	display:none;
	}
.menu{
position:relative;
float:left;
font-size:14px;
/*background:#f4e7d1;*/
}

.menu a {
margin: 0px;
/*width: 80px;*/ /* definition of menu button size */
padding:7px 20px;
/*height: 16px;*/
float: left;
display: block;
text-align: center;
text-decoration: none;
color: #ffffff;
}
	 
.menu a:hover {
background: #ababab;
text-decoration:none;
}

.menu a:active {
background:#ababab;
color:#000000;
text-decoration:none;
}

.menu a:visited {
margin: 0px;
/*width: 80px;*/ /* definition of menu button size */
padding:7px 20px;
/*height: 16px;*/
float: left;
display: block;
text-align: center;
text-decoration: none;
color: #ffffff;
}

.menu_vert {
	position:absolute;
	font-size:14px;
	float:left;
	clear:both;
	width:150px;
	left: 45px;
	top: 387px;
	white-space: nowrap;
	z-index:99;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu_vert ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu_vert ul {margin-left:-16px; margin-left:0;}
/* position relative so that you can position the sub levels */
.menu_vert li {
position:relative;
/*background:#d4d8bd;*/
text-align:left;
width:160px;
}

/* get rid of the table */
.menu_vert table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu_vert a, .menu_vert a:visited {
display:block; 
text-decoration:none;
color:#0b2c18;
border:1px dashed #d7d7d7;
border-width:0 0px 1px 0;
padding:5px 0px 5px 25px;
}

.menu_vert a:hover, .menu_vert li.active {
text-decoration:none;
font-weight:bold;
background:url(../img/pijl_vert.gif) no-repeat;
background-position:0px 5px;
}