/*======== Navigation ========*/

#navigation {
	height: 40px;
	background-image: url("images/navigation-background-wide.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#menubar {
	/*width: 950px;*/
	float: right;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
  border-collapse: collapse;
}

#menubar a {
	color: #818181;
	text-decoration: none;
}

#menubar a:hover{
  color: #85C643;
}

span.menubutton-text {
	position: relative;
	top: 8px;
	cursor: default;
  color: #818181;
  font-family: Arial;
  font-size: 12px;
  /*line-height: 13px;*/
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 12px;
}

a span.menubutton-text {
	cursor: pointer;
}

a:hover span.menubutton-text{
  color: #85C643;
}

#menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menubar ul li {
	float: left;
	position: relative;
	height: 40px;
	margin-right: 1px;
	margin-left: 0px;
	padding-left: 0px;
}

#menubar ul li.menu-item-selected {
	background-image: url("images/menubutton-start-selected.gif");
  color: #000000;
}

#menubar ul li span.menubutton-text-selected {
	position: relative;
	top: 8px;
	cursor: default;
	color: #85C643;
	font-family: Arial;
	font-size: 12px;  
	/*line-height: 13px;*/
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 12px;
}

span.menubutton-end {
	display: block;
	height: 40px;
	background-image: url("images/menubutton-end.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

span.menubutton-end-selected {
	display: block;
	height: 40px;
	background-image: url("images/menubutton-end-selected.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#menubar ul li ul { /* hide dropdown */
  background-color: #FFFFFF;
	display: none;
  /*font-size: 12pt;*/
  font-size: 12px;
	position: absolute;
}

#menubar ul li.over ul { /* show dropdown */
  background-color: #FFFFFF;
  border: none;
	display: block;
  font-size: 10px;
//  left: 22px;
  left: 12px;
  top: 40px;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 13px;
  position: absolute;
	width: 167px;
}

#menubar ul li ul li {
	height: auto;
//	background-color: #FFFFFF;
	background-image: none;
}

#menubar ul li ul li a {
	background-image: url("images/menu-dropdown-background.gif");
	background-repeat: no-repeat;
	height: 26px;
	width: 151px;
	margin-top: 1px;
	text-align: left;
	display: block;
}

#menubar ul li ul li a:hover {
	background-image: url("images/menu-dropdown-background-highlight.gif") !important;
/*  NOTcolor: #85C643;*/
}

span.dropdown-text {
	position: relative;
	left: 10px;
	top: 12px;
}

.menubutton-text:hover{
/* color: #818181;*/
}

.menu-item-selected:over{
/*  color: #00FF00;*/
}

#menu1 span.menubutton-end, #menu1 span.menubutton-end-selected { /* Home */
/*	width: 81px;*/
width: 10px;
	cursor: pointer !important;
}

#menu2 span.menubutton-end, #menu2 span.menubutton-end-selected {	/* FlashAdds */
/*	width: 112px;*/
width: 10px;
}

#menu3 span.menubutton-end, #menu3 span.menubutton-end-selected { /* GameAdds */
/*	width: 117px;*/
width: 10px;
}

#menu4 span.menubutton-end, #menu4 span.menubutton-end-selected { /* Support */
/*	width: 95px;*/
width: 10px;
}

#menu5 span.menubutton-end, #menu5 span.menubutton-end-selected { /* Klanten */
/*	width: 95px;*/
width: 10px;
}

#menu6 span.menubutton-end, #menu6 span.menubutton-end-selected { /* Actueel */
/*	width: 94px;*/
width: 10px;
}

#menu7 span.menubutton-end {	/* Over Lemonadds */
	width: 180px;
	background-image: url("images/menubutton-end-last.gif");
}

#menu7 span.menubutton-end-selected {
	width: 180px;
	background-image: url("images/menubutton-end-selected-last.gif");
}




/*======== Navigation ========*/
/*
//li{
//  float: right;
//  font-weight: bold;
//  list-style-image: none;
//  margin:  0px 0px 0px 0px;
//  padding: 0px 0px 0px 22px;
//  text-transform: uppercase;
//  text-decoration: none;  
//}

//ul{
//  float: right;
//  font-weight: bold;
//  list-style-image: none;
//  margin:  0px 0px 0px 0px;
//  padding: 0px 0px 0px 22px;
//  text-transform: uppercase;
//  text-decoration: none;
//}

//a.menu-item{
//  color: #818181;
//  font-family: Arial;
//  font-size: 11pt;
//  text-decoration: none;
//}

//a:hover{
//  color: #85C643;
//}*/


#topMenuDiv{
  background-color: #85C643;
  color: #FFFFFF;
  height: 15px;
  padding-top: 9px;
  text-align:right;
  width:100%;
}

.divLink{
  color: #FFFFFF;
  margin-top: 2px;
  text-decoration: none;
}

.divLink-active{
  color: #818181;
  margin-top: 2px;
  text-decoration: none;
}

.footerLink{
  color: #818181;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.footerLink-active{
  color: #818181;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
