/* Overall style, dus, fonts e.d. */
.menuBar,
.menuButton,
.menuButtonSelected,
.menuButtonActive,
.menu,
.menuItem,
.menuItemText,
.menuItemHighlight
{
  font-family : "Verdana", "Arial", Sans-serif;
  font-weight : normal;
  font-size : 15px;
  color : #736f70;
  height:65px;
  cursor:pointer;
  
}

/* Hoofd menu items */
.menuButton
{
  margin-left:0px;
  padding-top:24px;
  padding-bottom:23px;
  padding-left:5px;
  padding-right:5px;
  float:left;
  white-space : nowrap;
}

.menuButtonSelected
{
  margin-left:0px;
	color : white;
  padding-top:24px;
  padding-left:5px;
  padding-right:5px;
  float:left;
  white-space : nowrap;
	background-image:url(../images/btn_over.jpg);
}

/* Hoofd menu highlight */
.menuButtonActive,
.menuButton:hover
{
  background-color : #696969;
  color : white;
  background-image:url(../images/btn_over.jpg);
}

.menuButtonSelected:hover {
	color : white;
}

.navLevel2
{
  font-family : "Trebuchet MS", "Arial", Sans-serif;
  font-size : 13px;
  color : #736f70;
  cursor:pointer;
 
  font-weight : normal;
}

.navLevel2:hover,
.navLevel2Active
{
color:#e32c22;
font-family : "Trebuchet MS", "Arial", Sans-serif;
font-size : 13px;	
}

.navLevel3
{
  font-family : "Trebuchet MS", "Arial", Sans-serif;
  font-weight : normal;
  font-size : 13px;
  margin-left:15px;
  color : #838383;
  cursor:pointer;
  margin-bottom:5px;
}

.navLevel3:hover

{
  color:#616161;

}