/* CSS Document */

#menu
{
    position: absolute;
    left: 0%;
    width: 100%;
    top: 15px;
	border: 0;
	padding: 0;
	background-image: url(../Images/Bar.gif);
	background-repeat: repeat-x;
	height: 30px;
	overflow: visible;
	text-align: center;
}

#knoppen
{
    position: relative;
	width: 760px;
	height: 30px;
	overflow: visible;
	margin: 0 auto;
	background: url(../Images/knoppen.jpg) no-repeat;
}

.selected
{
	font-weight: bold;
	color: #ab7718;
}

.dropdown ul
{
    list-style: none;
    margin: 0;
    padding: 0;
	height: 30px;
	vertical-align: middle;
}

.dropdown ul li
{
	display: block;
	float: left;
    margin: 0;
    padding: 0;
    position: relative;
	width: 95px;
	color: #eeeeee;
	height: 30px;
}

.dropdown ul li.last
{
	border-right: none;
}

.dropdown ul li a
{
	display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #eeeeee;
	text-shadow: #eeeeee;
	width: 95px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
    background: url('../Images/Button.gif') no-repeat;
    background-position: -5px 0px;
}

.dropdown ul li a.knop
{
    font-family: arial;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #eeeeee;
	text-shadow: #eeeeee;
	width: 95px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
    background: url('../Images/Button.gif') no-repeat;
    background-position: -5px 0px;
}

.dropdown ul li a:hover
{
    background-position: -105px 0px;
	border-right: #333333 thin;
	text-shadow: #222222;
}

.dropdown ul li a.selected
{
	font-weight: bold;
	color: #ab7718;
}

.dropdown ul li ul
{
    background: #505050;
	color: #eeeeee;
    display: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
}

.dropdown ul li ul li
{
    background: #505050;
	color: #eeeeee;
    display: block;
    left: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    top: auto;
    width: 120px;
}

.dropdown ul li ul li a
{
    background: #505050;
	color: #eeeeee;
    display: block;
    padding: 0;
	text-indent: 4px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	border-top: 1px solid #ffffff;
}

.dropdown ul li ul li a:hover
{
	background: #c0c0c0;
	color: #000000;
}

.dropdown ul li ul li ul 
{
    left: 203px;
    top: 2px;
}

.dropdown ul li ul li ul li a
{
    background: #006c00;
	color: #ffff33;
    display: block;
    padding: 0;
	text-indent: 4px;
	width: 196px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.dropdown ul li ul li ul li a:hover
{
	font-weight: bold;
}

/****
#knop0:hover
{
	background: url(../Images/knoppen.jpg) 0px -30px no-repeat;
}

#knop1:hover
{
	background: url(../Images/knoppen.jpg) -95px -30px no-repeat;
}

#knop2:hover
{
	background: url(../Images/knoppen.jpg) -190px -30px no-repeat;
}

#knop3:hover
{
	background: url(../Images/knoppen.jpg) -285px -30px no-repeat;
}

#knop4:hover
{
	background: url(../Images/knoppen.jpg) -380px -30px no-repeat;
}

#knop5:hover
{
	background: url(../Images/knoppen.jpg) -475px -30px no-repeat;
}

#knop6:hover
{
	background: url(../Images/knoppen.jpg) -570px -30px no-repeat;
}

#knop7:hover
{
	background: url(../Images/knoppen.jpg) -665px -30px no-repeat;
}

#knop8:hover
{
	background: url(../Images/knoppen.jpg) -760px -30px no-repeat;
}
****/

