/*
###########################################################
#
# Filename:			menu.css
#
# Copyright:		S-Inside
# Project:			www.kwmeubelen.nl
# Platform:			CSS
# Date created: 	Juli 05, 2008 
#
    used colours for this website:
    #bd744a 	brown
    #fef3df		light background
    #613a24		text color
    #03028f		mouse-over
# 
###########################################################
*/


a.menu {
	width: 180px;
	height: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: block;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	text-align: center;
	background-color: #bd744a;
	color: #fef3df;
}

a.menus {
	width: 180px;
	height: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: block;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	text-align: center;
	background-color: #bd744a;
	color: #fef3df;
}

a.submenu:hover {text-decoration: underline; color: #03028f;}
a.submenu {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 130px;
	padding-left: 50px;
	background: transparent;
	color: #613a24;
}

a.submenus {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 30px;
	width: 130px;
	padding-left: 50px;
	background: transparent;
	color: #03028f;
}

/*
a.productmenu:hover {color:#82b7f6; text-decoration:underline}
a.productmenu {
	display: block;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt; 
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #ffffff;
}

a.productmenus {
	display: block;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt; 
	font-weight: bold;
	text-decoration: underline;	
	background-color: transparent;
	color: #82b7f6;
} 
*/