div.menuitem table tr td.left
{
	width: 24px;
	height: 31px;
	background: transparent url(../img/menu/left_gray.gif) top left no-repeat;
}

div.menuitem table tr td.link
{
	background-color: #c1c1c1;
}

div.menuitem table tr td.right
{
	width: 24px;
	height: 31px;
	background: transparent url(../img/menu/right_gray.gif) top left no-repeat;
}

div.menuitem.active table tr td.left
{
	width: 24px;
	height: 31px;
	background: transparent url(../img/menu/left_green.gif) top left no-repeat;
}

div.menuitem.active table tr td.link
{
	background-color: #65c160;
}

div.menuitem.active table tr td.right
{
	width: 24px;
	height: 31px;
	background: transparent url(../img/menu/right_green.gif) top left no-repeat;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 35px;
	width: 89px;
	height: 89px;
	/* background: transparent url(../img/logo_nl_green.gif) top left no-repeat; */
}


.submenu {
	position: relative;
	width: 921px;
	clear: both;
	background-image: url(../img/submenu_green.gif);
	background-repeat: repeat-x;
	background-color: #51b94a;
	height: 35px;
}