#menu
{
	padding-top: 3px;	
}

.menu DIV A
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	height: 18px;
	display: block;
	padding: 0px 0px 0px 20px;
	background: url('/images/blok_wit.gif') no-repeat 3% 50%;
}

html>body .menu DIV A
{
	width: 200px;
	padding: 3px 0px 0px 20px;
}

.menu .menu
{
	position: absolute;
	margin-left: 221px;
	background: #3396C9 url('/images/blok_wit.gif') no-repeat 3% 50%;
}

.menu .menu A
{
	font-weight: normal;
}

.menu .menu A:HOVER
{
	font-weight: bold;
}

.menu .menuItemActive a
{
    background: #3396C9 url('/images/blok_wit.gif') no-repeat 3% 50%;
}