/*stylesheet voor het menu van de website van Machinefabriek Börger*/
/*copyright 2006 Strik Design, www.strikdesign.nl, office@strikdesign.nl*/

/*onderstaande stijlen bepalen de locatie van het menu*/
#menuList {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
	position: absolute;
	top: 214px;
	margin-left: -226px;
	left: 50%;
	width: 560px;
	background-image: url(images/background_menu.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}
#menuList ul {
	margin: 0px;padding: 0px;
}
#menuList li {
	float:left;list-style: none;
}
#menuList .starter {
	display:inline;	
}

/*onderstaande stijlen bepalen het main-menu*/
a.starter, a.active-0 {
	display:block;
	color: #A09E9E;
	text-decoration: none;
	float:left;
	text-align:center;
	font-size: 12px;
	padding-right: 11px;
	padding-left: 11px;
	height: 19px;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 18px;
}
a.starter:hover, a.active-0 {
	color: #CD6339;
}

/*onderstaande stijlen bepalen het sub-menu*/
.menu_level_1 {
	text-align: left;
	position: absolute;
	width: 224px;
	display: none;
	top:19px;
	left:-239px;
	border-bottom:1px solid #EAEAEA;
}


.menu_level_1 li a {
	line-height: 16px;
	color: #4A4A4A;
	display:block;
	text-decoration: none;
	width: 224px;
	height: 19px;
	font-size: 10px;
	border-top: 1px solid #EAEAEA;;
} 

.menu_level_1 li a:hover,.menu_level_1 li a.active-1{
	width: 224px;
	color: #D01B00;
	background-color: #F7F7F7;
	background-image: url(images/menu_sub_over.gif);
	background-repeat: repeat-x;
}


.menu_level_1 li a.mmhide_sub-1{}


.menu_level_2 {
	text-align: left;
	width: 190px;
	display:none;
}

.menu_level_2 li a{
	display:block;
	line-height: 16px;
	padding-left: 7px;
	text-decoration: none;
	width: 224px;
	height: 19px;
}

.menu_level_2 li a:hover,.menu_level_2 li a.active-2{
	color: #4A4A4A;
	background-image: url(images/dot_sub.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
