div#menu
{
    width                           : 880px;
    height                          : 55px;
    font-family                     : arial;
    font-size                       : 15px;
    position                        : absolute;
    top                             : 141px;
    margin-left                     : 50px;
    z-index                         : 199;
}
div#menuLeft
{
    width                           : 15px;
    height                          : 55px;
    float                           : left;
    background                      : url('menuLeft.png');
    background-repeat               : no-repeat;
}
div#menuCenter
{
    width                           : 850px;
    height                          : 55px;
    float                           : left;
    background                      : url('menuCenter.png');
    background-repeat               : repeat-x;
}
div#menuRight
{
    width                           : 15px;
    height                          : 55px;
    float                           : right;
    background                      : url('menuRight.png');
    background-repeat               : no-repeat;
}
div#menuItemHome
{
    width                           : 29px;
    height                          : 55px;
    float                           : left;
    margin-right                    : 12px;
}
div#menuItemHome a
{
    width                           : 29px;
    height                          : 55px;
    float                           : left;
    display                         : block;
    background                      : url('menuItemHome.png');
    background-repeat               : no-repeat;
    background-position             : 50%;
}
div#menuItemHome a:hover
{
    width                           : 29px;
    height                          : 55px;
    float                           : left;
    display                         : block;
    background                      : url('menuItemHome_hover.png');
    background-repeat               : no-repeat;
    background-position             : 50%;
}
div.menuItem
{
    width                           : 124px;
    height                          : 42px;
    float                           : left;
    margin-top                      : 6px;  
    text-indent: 12px;
}
div.menuItem a
{
    width                           : 124px;
    height                          : 42px;
    color                           : #FFFFFF;
    text-decoration                 : none;
    display                         : block;
    line-height                     : 42px;
	font-weight						: bold;
	text-align: center;
}
div.menuItem a:hover, .current
{
    width                           : 124px;
    height                          : 42px;
    float                           : left;
    display                         : block;
    background                      : url('menuItemHover.png');
}
div#menuSearch
{
    /*width                           : 180px;*/
    height                          : 35px;
    /*margin-top                      : 10px;*/
    float                           : right;
    /* Changes */

	background                      : url('small_verkijknl.png') no-repeat;
	width							: 110px;
	margin-top						: 10px;
	
}

div#menuSearch a
{
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1000;
}



#searchFieldID
{
    width                           : 88px;
    height                          : 27px;
    background                      : url('searchField.png');
    background-color                : transparent;
    background-repeat               : no-repeat;
    border                          : none;
    outline                         : none;
}
#searchButtonID
{
    width                           : 29px;
    margin-top                      : 1px;
}
#menuSearchField
{
    float                           : right;
    margin-top                      : 3px;
}
#menuSearchButton
{
    float                           : right;
    margin-top                      : 2px;
}
div#menuSearch input {
    border-radius                   : 0px;
}

/**
 * navigation dropdown items
 **/    
ul {
    margin                              :   0px;
    padding                             :   0px;
}
div.menuItem ul {   
    width: 250px;
    position                            :   absolute;
    top					:   47px;
    list-style-type                     :   none;
    border: none;
    /**visibility                          :   hidden;**/
    display:none;
}
div.menuItem li
{
    float:left; 
        display:block; 
        height                          	: 42px;
        position:relative;
        z-index:500; 
        margin:0 1px;
    background-color: #FFF;
    border: none;
}
div.menuItem ul li a{
    width: 250px;
    font-size                           :   14px;
    display                             :   block;
    text-decoration                     :   none;
    text-align: left;
    text-indent: 12px;
    color: #333;
}   
.sub
{
    width: 250px;
    background: none;
    background: #676767;
    opacity: 0.9;
    border: none;
}
.sub li a:hover {  
    width: 250px;  
    display                             :   block;
    background: none;
    color: #EF8601;
}