/*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;
	padding: 0px;
	z-index: 100;
	position: absolute;
	top: 200px;
	margin-left: -320px;
	left: 50%;
	width: 820px;
}
#menuList ul {
	margin: 0px;padding: 0px;
}
#menuList li {
	display:inline;list-style: none;
}

/*onderstaande stijlen bepalen het main-menu*/
a.starter{
	color: #CD6339;
	text-decoration: none;
	display:block;
	float:left;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 13px;
	padding-left: 13px;
	height: 33px;
	font-weight: bold;
	line-height: 32px;
}
a.starter-hover{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	float:left;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 13px;
	padding-left: 13px;
	height: 33px;
	background-color: #CD6339;
	font-weight: bold;
	line-height: 32px;
}

/*onderstaande stijlen bepalen het sub-menu*/
.menu_level_1 {
	text-align: left;
	position: absolute;
	width: 234px;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top:0px;
	left:0px;
	font-weight: bold;
}
.menu_level_1 li a {
	color: #fff;
	display: block;
	line-height: 18px;
	margin: 0px;
	text-decoration: none;
	z-index: 102;
	background-image: url(images/dot_sub.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-right: 9px;
	padding-left: 22px;
	font-size: 11px;
	background-color: #CD6339;
}
.menu_level_1 li a:hover {
	color: #CD6339;
	background-image: url(images/dot_sub_over.gif);
	background-repeat: no-repeat;
	background-color: #E7E7E7;
}
.menu_level_1 li a:active {
	color: #000000;
	background-image: url(images/dot_sub_active.gif);
	background-repeat: no-repeat;
}
.menu_level_1 li .sub {
	background-color: #CD6339;
	color: #fff;
	background-image: url(/images/but_sub_more.gif);
	background-repeat: no-repeat;
}
.menu_level_1 li .sub:hover {
	background-image: url(/images/but_sub_more_over.gif);
	background-repeat: no-repeat;
}

/*onderstaande stijlen bepalen het subsub-menu*/
.menu_level_2 {
	text-align: left;
	position: absolute;
	width: 190px;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top:0px;
	left:0px;
	font-weight: bold;
}
.menu_level_2 li a {
	color: #fff;
	display: block;
	line-height: 18px;
	margin: 0px;
	text-decoration: none;
	z-index: 102;
	background-image: url(images/dot_sub.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-right: 9px;
	padding-left: 22px;
	font-size: 11px;
	background-color: #CD6339;
}
.menu_level_2 li a:hover {
	color: #CD6339;
	background-image: url(images/dot_sub_over.gif);
	background-repeat: no-repeat;
	background-color: #E7E7E7;
}
.menu_level_2 li a:active {
	color: #000000;
	background-image: url(images/dot_sub_active.gif);
	background-repeat: no-repeat;
}
.menu_level_2 li .sub {
	background-color: #CD6339;
	color: #fff;
	background-image: url(/images/but_sub_more.gif);
	background-repeat: no-repeat;
}
.menu_level_2 li .sub:hover {
	background-image: url(/images/but_sub_more_over.gif);
	background-repeat: no-repeat;
}


/*onderstaande stijlen bepalen het subsubsub-menu*/
.menu_level_3 {
	text-align: left;
	position: absolute;
	width: 190px;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top:0px;
	left:0px;
	font-weight: bold;
}
.menu_level_3 li a {
	color: #fff;
	display: block;
	line-height: 18px;
	margin: 0px;
	text-decoration: none;
	z-index: 102;
	background-image: url(images/dot_sub.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-right: 9px;
	padding-left: 22px;
	font-size: 11px;
	background-color: #CD6339;
}
.menu_level_3 li a:hover {
	color: #CD6339;
	background-image: url(images/dot_sub_over.gif);
	background-repeat: no-repeat;
	background-color: #E7E7E7;
}
.menu_level_3 li a:active {
	color: #000000;
	background-image: url(images/dot_sub_active.gif);
	background-repeat: no-repeat;
}
