/* HOOFDMENU stijlen ================================================================================================= */

.MainGroup {border-right: 1px solid #146ddd;}
.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 #0025a3; border-left: 1px solid #146ddd;}
.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 #fcf9df; border-left: 1px solid #fcf9df; background-color: #fcf9df;}
.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 #fcf9df; border-left: 1px solid #fcf9df; background-color: #fcf9df;}
.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 #fcf9df; border-left: 1px solid #fcf9df; background-color: #fcf9df;}

.MenuGroup {background-color: #fcf9df;}
.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;}

