/*MAIN MENU NAV*/
#mainmenu-spacer { float:left; width:544px; height:33px; }
#mainmenu { position: relative; float:left; width:544px; height:31px; }
/* alleen voor mailservice navi */
#submenu {
	position: relative;
	float:left;
	width:545px;
	height:55px;
	color: #00244d;
	font-size: 10px;
	line-height: 16px !important;
	text-align: left;	
}
#submenu UL { margin-left: 20px; }

UL.mainmenu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:right;
}
.mainmenuitem
{
/*	display:block;*/
	float:left;
}
.mainmenuitem .submenu {
	display: none;
}
.mainmenuitem.active .submenu,
.mainmenuitem:hover .submenu{
	display: block;
}
.mainmenuitem:hover .submenu{
	z-index: 10;
}
.submenu {
	position: absolute;
	clear: both;
	width: 545px;
	height: 55px;
	background-color: #144A78;
	left: 0px;
	top: 31px;
	padding-left: 20px;
	color: #00244d;
	font-size: 10px;
	line-height: 16px !important;
	text-align: left;
	z-index: 9;
}
.submenu UL{
}

/*HORIZONTAL NAV*/
.horizontal
{
    /*white-space: nowrap;*/
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 0px;
    margin: 0px;
    color: #fff;
	font-size: 1.0em;
 }

.horizontal li
{
    font-size: 1em;
    display: inline;
    list-style-type: none;
    line-height:1.4em;
} 

.horizontal a
{
	padding: 2px 0px 4px;
/*	font-weight: bold;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.horizontal a:hover
{
    color: #f68121;
    text-decoration: none;
}

.horizontal .selected {color:#f68121;}
.horizontal .selected.branch {color:#f68121;}
.horizontal .branch {color:#f68121;}
SPAN.subitemtext {
	vertical-align: top;
	max-width: 140px;
	display: inline-block;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

