.MainGroup {float: right;}
.MainItem  {cursor: pointer; cursor: hand; height: 50px; margin-top: 4px; font: bold 11pt arial, sans-serif; color: #446a86; padding-left: 0.6em; padding-right: 0.6em; *padding-left: 0.2em; *padding-right: 0.2em; border-left: 1px solid #d6e0e7; border-right: 1px solid #b3c4d2;}
.MainItemOver {cursor: pointer; cursor: hand; height: 54px; font: bold 11pt arial, sans-serif; color: #446a86; padding-left: 0.6em; padding-right: 0.6em; *padding-left: 0.2em; *padding-right: 0.2em; border-left: 1px solid #fff; border-right: 1px solid #fff; background: url('/Themes/Containers/Images/kevinbroekhuisnav_active.jpg');}
.MainItemClicked  {cursor: pointer; cursor: hand; height: 54px; font: bold 11pt arial, sans-serif; color: #446a86; padding-left: 0.6em; padding-right: 0.6em; *padding-left: 0.2em; *padding-right: 0.2em; border-left: 1px solid #fff; border-right: 1px solid #fff; background: url('/Themes/Containers/Images/kevinbroekhuisnav_active.jpg');}
.SelectedPathMainItemCss {cursor: pointer; cursor: hand; height: 54px; font: bold 11pt arial, sans-serif; color: #446a86; padding-left: 0.6em; padding-right: 0.6em; *padding-left: 0.2em; *padding-right: 0.2em; border-left: 1px solid #fff; border-right: 1px solid #fff; background: url('/Themes/Containers/Images/kevinbroekhuisnav_active.jpg');}

.MenuGroup {background: #fff; border: 1px solid #99b3c7; border-top: 0px;}
.MenuItem {cursor: pointer; cursor: hand; height: 25px; width: 180px; font: 10pt arial, sans-serif; color: #446a86; border-bottom: 1px solid #99b3c7;}
.MenuItemOver {cursor: pointer; cursor: hand; height: 25px; width: 180px; font: 10pt arial, sans-serif; color: #fff; border-bottom: 1px solid #99b3c7; background: #99b3c7;}
.MenuItemClicked {cursor: pointer; cursor: hand; height: 25px; width: 180px; font: 10pt arial, sans-serif; color: #fff; border-bottom: 1px solid #99b3c7; background: #99b3c7;}
.SelectedPathMenuItemCss {cursor: pointer; cursor: hand; height: 25px; width: 180px; font: 10pt arial, sans-serif; color: #fff; border-bottom: 1px solid #99b3c7; background: #99b3c7;}

/* Submenuitems */
#accordion {
	width: 210px;
	padding: 0px;
	margin: 0px;
}

#accordion ul{
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

#accordion li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
}

.toggler {
	cursor: pointer;
}

.subMainItem {
	display: block;
	width: 210px;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	border-bottom: 1px solid #c8d6e1;
}

a.subMainItem:active {background: #c8d6e1;}

a.subMainItem:link, a.subMainItem:visited, a.subMainItem:active, a.subMainItem:hover  {font: bold 10pt arial, sans-serif; color: #65615e; text-decoration: none; line-height: 35px;}

.subMainItemOver {
	display: block;
	width: 210px;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	border-bottom: 1px solid #c8d6e1;
	background: #c8d6e1;
}

a.subMainItemOver:link, a.subMainItemOver:visited, a.subMainItemOver:active, a.subMainItemOver:hover {font: bold 10pt arial, sans-serif; color: #fff; text-decoration: none; line-height: 35px;}

.SubSelectedPathMainItemCss {
	display: block;
	width: 210px;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	border-bottom: 1px solid #c8d6e1;
	background: #c8d6e1;
}

a.SubSelectedPathMainItemCss:link, a.SubSelectedPathMainItemCss:visited, a.SubSelectedPathMainItemCss:active, a.SubSelectedPathMainItemCss:hover {font: bold 10pt arial, sans-serif; color: #fff; text-decoration: none; line-height: 35px;}

.subMenuItem {
	display: block;
	width: 210px;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	border-bottom: 1px solid #fff;
	background: #c8d6e1;
	*margin-left: -16px;
}

a.subMenuItem:link, a.subMenuItem:visited, a.subMenuItem:active, a.subMenuItem:hover  {font: bold 9pt arial, sans-serif; color: #fff; text-decoration: none; line-height: 25px;}

.subMenuItemOver {
	display: block;
	width: 210px;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	border-bottom: 1px solid #fff;
	background: #fff;
	*margin-left: -16px;
}

a.subMenuItemOver:link, a.subMenuItemOver:visited, a.subMenuItemOver:active, a.subMenuItemOver:hover  {font: bold 9pt arial, sans-serif; color: #65615e; text-decoration: none; line-height: 25px;}

.subSelectedPathMenuItemCss {
	display: block;
	width: 210px;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	border-bottom: 1px solid #fff;
	background: #fff;
	*margin-left: -16px;
}

a.subSelectedPathMenuItemCss:link, a.subSelectedPathMenuItemCss:visited, a.subSelectedPathMenuItemCss:active, a.subSelectedPathMenuItemCss:hover  {font: bold 9pt arial, sans-serif; color: #65615e; text-decoration: none; line-height: 25px;}

.element {
	margin: 0px;
	padding: 0px;
}

