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
{
	padding: 0;
	margin: 0;
}
div.menuitem.active table tr td.left
{
	width: 24px;
	height: 31px;
	background: transparent url(../img/menu/left_pink.gif) top left no-repeat;
}

div.menuitem.active table tr td.link
{
	background-color: #d82683;
}

div.menuitem.active table tr td.right
{
	width: 24px;
	height: 31px;
	background: transparent url(../img/menu/right_pink.gif) top left no-repeat;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 35px;
	width: 89px;
	height: 89px;
	/* background: transparent url(../img/logo_nl_pink.gif) top left no-repeat; */
}
.submenu {
	position: relative;
	width: 921px;
	clear: both;
	background-image: url(../img/submenu_pink.gif);
	background-repeat: repeat-x;
	background-color: #d51478;
	height: 35px;
}