/*
###########################################################
#
# Filename:			menu.css
#
# Copyright:		S-Inside
# Project:			www.notariskantoormoonen.nl
# Date created: 	Februari 2009 
#
    used colours for this website:
    #ff1822 	red
    #bababa		grey
    #808080		grey copy
#
###########################################################
*/

div.menu {
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: inherit;
	color: #000000;
}

#menu_zIndex {
	z-index: 11;	
}

div.menu-item {
	position: relative;
	top: 0px;
	height: 30px;
	z-index: 12;
	float: left; 
	padding-right: 2px;
	background-image: url(../img/streep.gif);
	background-repeat: no-repeat;
	background-position: right 7px; 
}

#menu0{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden; 
	display: block;
	z-index: 101;
}

#menu1{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden; 
	z-index: 101;
}

#menu2{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden; 
	display: block;
	z-index: 101;
}

#menu3{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden; 
	z-index: 101;
}

#menu4{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden;
	z-index: 101; 
}

#menu5{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden;
	z-index: 101; 
}

#menu6{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden;
	z-index: 101; 
}

#menu7{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden;
	z-index: 101; 
}

#menu8{
	position: absolute; 
	top: 145px;   									/* hoe ver van de bovenkant van de pagina */
	left: 0px;  
	visibility: hidden;
	z-index: 101; 
}

a.menu:hover {text-decoration: underline;}
a.menu {
	position: relative;
	color: #ffffff; 		
	cursor: pointer; 
	background-color: inherit;
	background-image: url(../img/menuline.gif);
  	background-repeat: no-repeat;
  	background-position: left center;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 10px;
	top: 4px;
}

a.menus {
	position: relative;
	color: #000000;
	background-color: inherit;
	background-image: url(../img/menuline.gif);
  	background-repeat: no-repeat;
  	background-position: left center;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 11px;
	padding-right: 10px;
	top: 4px;
	z-index: 100;
}

.subuitklapmenu:hover {color: #ff1822; background-color: #bababa; text-decoration: underline;}
.subuitklapmenu {
  	/* submenu */
	font-weight: Bold; 
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10px;
  	text-align: left; 
  	text-decoration: none; 
	line-height: 18px;
  	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	display: block;
	width: 180px;
	height: 20px;	 		 
	color: #ffffff; 			
	background-color: #ff1822;  
	z-index: 100;
}

.subsubmenu:hover {	color: #ff1822; background-color: #bababa; text-decoration: underline;}
.subsubmenu {
	/* subsubmenu */
	font-weight: Bold; 
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 15px;
	text-align: left; 
	text-decoration: none; 
	line-height: 18px;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	display: block;
	width: 120px;	 		 
	color: #ffffff; 			
	background-color: #ff1822;  
	z-index: 100;
}

a.menu2:hover {text-decoration: underline;}
a.menu2 {
	position: relative;
	color: #ffffff; 		
	cursor: pointer; 
	background-color: inherit;
	background-image: url(../img/menuline.gif);
  	background-repeat: no-repeat;
  	background-position: left center;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 10px;
	top: 10px;
}

a.menu2_selected {
	position: relative;
	color: #000000; 		
	background-color: inherit;
	background-image: url(../img/menuline.gif);
  	background-repeat: no-repeat;
  	background-position: left center;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 11px;
	padding-right: 10px;
	top: 10px;
}
