.chromestyle{
width: 550px;
font-weight: bold;
font-size: 11pt;
text-align: left;
margin-left: 60px;
padding: 0px 0px 0px 0px;
		margin-bottom: 10px;
		margin-top: 0px;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 590px;
height: 40px;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px; /*positie menubar in menubalk*/
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Georgia, Sans-Serif;
text-decoration: none;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;



}

.chromestyle ul li a{
color: #FFF;
font-size: 120%;
padding: 0px 6px 0px 4px; /*hoogte van selectieknop en divider instellen*/
margin: 0px 0px 0px 0px;
text-decoration: none;


}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/menubgover.gif) center center repeat-x;/*THEME CHANGE HERE*/
color: #333;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #19628d; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
padding: 0px;
background-color: #064980;
background-image:url(images/dropdownbg.jpg);
background-repeat: repeat-x;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#343434,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #19628d; /*THEME CHANGE HERE*/
padding: 0px 0px 4px 8px;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: url(images/dropdownhover.jpg);
background-repeat: no-repeat;
}
                    
/*einde menu*/  


/*begin treemenu*/

ul.tree-menu {
    font-size: 110%;
	font-weight: bold;
	color: #FFF;
    line-height: 16px;
    font-family: tahoma;
    margin: 0;
    padding: 0;
}

ul.tree-menu ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
ul.tree-menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;



}
ul.tree-menu li.section {
    background-image: url("images/closed.gif");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 4px;
    padding-bottom: 4px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

ul.tree-menu li.section-open {
    background-image: url("images/open.gif");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1px;
    padding-bottom: 1px;
}
ul.tree-menu li.box {
    background: url("images/list.gif") no-repeat top left;
	font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 90%;
	padding-left: 1em;
	text-indent: -1.5em;
}

ul.tree-menu a {
    margin-left: 15px;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
}
ul.tree-menu a:hover {
    margin-left: 15px;
    color: #FFF;
	font-weight: normal;
    text-decoration: underline;
}


/* einde treemenu */

