/* HOOFDMENU stijlen ================================================================================================= */

.MainGroup {border-right: 1px solid #9660a1;}
.MainItem {cursor: pointer; cursor: hand; height: 55px; font: bold 11pt Arial, Verdana, sans-serif; color: #fff; padding: 0em 0.8em 0em 0.8em; *padding: 0em 0.4em 0em 0.4em; border-right: 1px solid #6c3889; border-left: 1px solid #9660a1;}
.MainItemOver {cursor: pointer; cursor: hand; height: 55px; font: bold 11pt Arial, Verdana, sans-serif; color: #004785; padding: 0em 0.8em 0em 0.8em; *padding: 0em 0.4em 0em 0.4em; border-right: 1px solid #feb500; border-left: 1px solid #feb500; background-color: #fec433;}
.MainItemClicked  {cursor: pointer; cursor: hand; height: 55px; font: bold 11pt Arial, Verdana, sans-serif; color: #004785; padding: 0em 0.8em 0em 0.8em; *padding: 0em 0.4em 0em 0.4em; border-right: 1px solid #feb500; border-left: 1px solid #feb500; background-color: #fec433;}
.SelectedPathMainItemCss {cursor: pointer; cursor: hand; height: 55px; font: bold 11pt Arial, Verdana, sans-serif; color: #004785; padding: 0em 0.8em 0em 0.8em; *padding: 0em 0.4em 0em 0.4em; border-right: 1px solid #feb500; border-left: 1px solid #feb500; background-color: #fec433;}

.MenuGroup {background-color: #fec433;}
.MenuItem {cursor: pointer; cursor: hand; height: 25px; font: bold 11pt Arial, Verdana, sans-serif; color: #004785; border-bottom: 1px solid #f3ecb5; border-top: 1px solid white; padding: 5px;}
.MenuItemOver {cursor: pointer; cursor: hand; height: 25px; font: bold 11pt Arial, Verdana, sans-serif; color: #004785; border-bottom: 1px solid #f3ecb5; border-top: 1px solid white; background-color: #fbe39e; padding: 5px;}
.MenuItemClicked {cursor: pointer; cursor: hand; height: 25px; font: bold 11pt Arial, Verdana, sans-serif; color: #004785; border-bottom: 1px solid #f3ecb5; border-top: 1px solid white; background-color: #fbe39e; padding: 5px;}
.SelectedPathMenuItemCss {cursor: pointer; cursor: hand; height: 25px; font: bold 11pt Arial, Verdana, sans-serif; color: #004785; border-bottom: 1px solid #f3ecb5; border-top: 1px solid white; background-color: #fbe39e; padding: 5px;}

