/* 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 #005379; border-left: 1px solid #3389b0;}
.MainItemOver {cursor: pointer; cursor: hand; height: 55px; font: bold 11pt Arial, Verdana, sans-serif; color: #005885; padding: 0em 0.8em 0em 0.8em; *padding: 0em 0.4em 0em 0.4em; border-right: 1px solid #feb500; border-left: 1px solid #ffce55; background-color: #fec433;}
.MainItemClicked  {cursor: pointer; cursor: hand; height: 55px; font: bold 11pt Arial, Verdana, sans-serif; color: #005885; padding: 0em 0.8em 0em 0.8em; *padding: 0em 0.4em 0em 0.4em; border-right: 1px solid #feb500; border-left: 1px solid #ffce55; background-color: #fec433;}
.SelectedPathMainItemCss {cursor: pointer; cursor: hand; height: 55px; font: bold 11pt Arial, Verdana, sans-serif; color: #005885; padding: 0em 0.8em 0em 0.8em; *padding: 0em 0.4em 0em 0.4em; border-right: 1px solid #feb500; border-left: 1px solid #ffce55; background-color: #fec433;}

.MenuGroup {background-color: #fec433;}
.MenuItem {cursor: pointer; cursor: hand; height: 25px; font: bold 11pt Arial, Verdana, sans-serif; color: #005885; border-bottom: 1px solid #feb500; border-top: 1px solid #ffd261; padding: 5px;}
.MenuItemOver {cursor: pointer; cursor: hand; height: 25px; font: bold 11pt Arial, Verdana, sans-serif; color: #005885; border-bottom: 1px solid #dab44f; 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: #005885; border-bottom: 1px solid #dab44f; 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: #005885; border-bottom: 1px solid #dab44f; border-top: 1px solid white; background-color: #fbe39e; padding: 5px;}

