/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.drakenwereld.nl
# Platform:			CSS
# Date created: 	17-02-10 
#
    used colours for this website:
    #e9e8e7 		light grey
    #fe0000 		red
# 			
###########################################################
*/

div.menu {
	
}

a.menu:hover {text-decoration: underline; color: #98cd7d;}
a.menu {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	width: 130px;
	background: transparent;
	color: #054024;
}

a.menus {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 25px;
	width: 130px;
	background: transparent;
	color: #98cd7d;
}

a.submenu:hover {text-decoration: underline; color: #98cd7d;}
a.submenu {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-indent: 14px;
	height: 25px;
	width: 130px;
	background: transparent;
	color: #054024;
}

a.submenus {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-indent: 14px;
	height: 25px;
	width: 130px;
	background: transparent;
	color: #98cd7d;
}