/*
###########################################################
#
# Filename:			menu.css
#
# Copyright:		S-Inside
# Project:			Timmermans tuinmeubelen.nl
# Platform:			CSS
# Date created: 	15-04-11
#
    used colours for this website:
    #8ac43a 		Light-green menu
    #318017			Dark-green bottom
    #e0e0e0			Grey content blocks
# 
###########################################################
*/

a.menu, a.menus {
	position: relative;
	display: block;
	float: left;
	z-index: 11;
	width: 160px;
	height: 35px;
	padding-top: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-align: center;
    letter-spacing: 1px;
   	text-decoration: none;
	background: transparent;
	color: #000;	
}
a.menu:hover, a.menus {color: #fff; text-decoration: underline;}
