/*
###########################################################
#
# Filename:			menu.css
#
# Copyright:		S-Inside
# Project:			www.timmermans tuinmeubelen.nl
# Platform:			CSS
# Date created: 	December, 2008
# 
###########################################################
*/

#menu_zIndex {
	z-index: 11;	
}

div.menu {
	position: relative;
	font-size: 0pt;
	width: 800px;
	height: 36px;
	background-color: inherit;
	color: #000000;
}

div.menu-item {
	position: relative;
	z-index: 12;
	float: left; 
}

#menu1 {
	position: absolute; 
	z-index: 1; 
	top: 100px;   									/* hoe ver van de bovenkant van de pagina */
	left: 42px;
	margin-top: 11px;
	margin-left: 10px;
	visibility: hidden; 
}

a.menu:hover {text-decoration: underline; background-image: url(../img/menu.jpg); color: #ffffff;}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	width: 70px;
	background-image: url(../img/menu2.jpg);
	background-repeat: repeat-x;
	background-color: inherit;
	color: #ffffff;
}

a.menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	width: 70px;
	cursor: pointer;
	background-image: url(../img/menu3.jpg);
	background-repeat: repeat-x;
	background-color: inherit;
	color: #ffffff;
}

#nav {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #9fb1bc;
}

#nav li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 12px 10px 12px;
	text-decoration: none;
	color: #ffffff;
	background: url(../img/menu2.jpg);
}

#nav3 a:link, #nav3 a:visited {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 12px 10px 12px;
	text-decoration: none;
	color: #000000;
	background: url(../img/menu3.jpg);
}
	
#nav4 a:link, #nav4 a:visited {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 12px 10px 12px;
	text-decoration: none;
	color: #ffffff;
	background: url(../img/menu3.jpg);
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
	background: url(../img/menu.jpg);
}

#nav3 a:link.active, #nav3 a:visited.active, #nav3 a:hover {
	color: #000;
	background: url(../img/menu4.jpg);
}

#nav4 a:link.active, #nav4 a:visited.active, #nav4 a:hover {
	color: #000;
	background: url(../img/menu4.jpg);
}

.menu {
	float: left;
	width: 120px;
	height: 206px;
	background-color: #ffffff;
	padding: 10px 0px 0px 20px;
	margin-right: 2px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 17px;
}

.top_menu {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	height: 34px;
	width: 700px;
	border: solid 0px black;
	padding: 0px;
	margin-left: 0px;
}

.menuweblog {
	width: 778px;
}

.menulinks {
	width:  240px;
	text-align: center;
	vertical-align: top;
	border-right: 2px solid;
}

.menulink:hover {text-decoration: none; color: #ff8000;}
.menulink{
    font-family: arial, helvetica, sans-serif;
  	text-decoration: none;
  	color: #000000;
  	background-color: inherit;
}

.menulinkselected{
    font-family: arial, helvetica, sans-serif;
  	text-decoration: none;
  	color: #ff8000;
  	background-color: inherit;
}

.menurechts {
	width:  240px;
	text-align: center;
	vertical-align: top;
	border-left: 2px solid;
}

.menuboven {
	height: 120px;
	text-align: center;
	vertical-align: top;
	border-bottom: 2px solid;
}

.menuonder {
	height:120px;
	text-align: center;
	vertical-align: top;
	border-top: 2px solid;
  	color: #000000;
  	background-color: inherit;
}