/* r.a.d.menu HoofdMenu skin */

.RadMenu_HoofdMenu
{
	width: 822px;
	height: 32px;
	border-right: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	border-left: 1px solid #ffcc33;
	background-color:#ffffff;
}

.RadMenu_HoofdMenu .item
{
	border-left: 1px solid #ffcc33;
	background-color: #ffffff;
	*width: 10%;
}

.RadMenu_HoofdMenu .link, .RadMenu_HoofdMenu .link:link
{
	color: #898989 !important;
	background-image: none !important;
	background-color: #ffffff;
	padding: 0px 20px 0px 20px;
	cursor: pointer !important;
	cursor: hand !important;
	text-decoration: none !important;
	height:32px;
}

.RadMenu_HoofdMenu .link:hover,
.RadMenu_HoofdMenu .link:active,
.RadMenu_HoofdMenu .expanded,
.RadMenu_HoofdMenu .focused
{
	background-color: #F3F3F3;
}

.RadMenu_HoofdMenu .text
{
	padding-top: 8px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_HoofdMenu .level1 .item,
.RadMenu_HoofdMenu .level1 .last
{
	border: 0px;
	border-left: 3px solid #ffcc33;
	border-right: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
}

.RadMenu_HoofdMenu .level1 .link
{
	background-image: none !important;
	padding-left: 5px;
	color: #898989;
	height: 22px;
}

.RadMenu_LeftMenu .level1 .link:hover,
.RadMenu_LeftMenu .level1 .focused,
.RadMenu_LeftMenu .level1 .expanded
{
	color: #ffcc33 !important;
	background-image: none !important;
}

.RadMenu_LeftMenu .level1 .link:hover .text,
.RadMenu_LeftMenu .level1 .focused .text,
.RadMenu_LeftMenu .level1 .expanded .text
{
	color: #ffcc33 !important;
}

.RadMenu_HoofdMenu .level1 .text
{
	padding-top: 3px;
	padding-top: 3px;
}




.RadMenu_HoofdMenu ul .vertical 
{
	border-top: 1px solid #ffcc33;
}

.RadMenu_HoofdMenu ul .vertical .level2
{
	margin-top:-1px;
	border-top: 1px solid #ffcc33;
}

.RadMenu_HoofdMenu .first 
{
	border-left: 0px;
}

.RadMenu_HoofdMenu .last
{
	border-right: 1px solid #ffcc33;
}

