/*
###########################################################
#
# Filename:			menu.css
#
# Copyright:		S-Inside
# Project:			www.Microfan.nl
# Platform:			CSS
# Date created: 	Januari 2008 
#
    used colours for this website:
    #2c4689 	dark-blue
    #eeeeee		light-blue
    #a2a2a2		grey
    #e4e5ec		logo-background
    #ffffff		inhoud background
#
###########################################################
*/

td.menu {
	font-size: 0pt;
	background-color: #2c4689;
	color: #ffffff; 
}

a.menu:hover {color:#ffffff; text-decoration:underline}
a.menu {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	border-bottom: 2px solid #ffffff;
	background-image: url(../img/nav-pijl.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #2c4689;
	color: #ffffff;
}

a.menus {
	display: block;
	height: 14px;
	border-bottom: 2px solid #ffffff;	
	background-image: url(../img/nav-pijl.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: underline;
	padding-right: 20px;
	background-color: inherit;
	color: #ffffff;
}

a.menu_selected {
	display: block;
	height: 15px;
	border-bottom: 2px solid #ffffff;	
	background-image: url(../img/nav-pijl.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: underline;
	padding-right: 20px;
	background-color: inherit;
	color: #ffffff;
}

a.menuleeg {
	display: block;
	height: 12px;
	border-bottom: 2px solid #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
	color: #ffffff;
}

a.menuadmin {
	display: block;
	height: 15px;
	border-bottom: 2px solid #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	background-color: inherit;
	color: #ffffff;
}

a.leftmenu:hover {color:#82b7f6; text-decoration:underline}
a.leftmenu {
	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.leftmenus {
	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;
}

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;
}