/*
###########################################################
#
# Filename:			menu.css
#
# Copyright:		S-Inside
# Project:			wccsoftware.eu
# Platform:			CSS
# Date created: 	29-08-11
#
    used colours for this website:
    #70b221				green
    #929191				grey
    #f3f3f3				light grey
#
###########################################################
*/

#menu_zIndex {
	z-index: 10;	
}

div.menu-item {
	position: relative;
	width: 107px;
	height: 68px; 
	top: 12px;
	margin-left: 12px;
	z-index: 12;
	font-size: 0pt;
	float: left; 
	text-align: center;
	color: #ffffff;
}

img.menu1 {
	position: relative;
	top: 2px;
	margin-bottom: -3px;
	border: 0px;
}

a.menu, a.menu_selected {
	position: relative;
	top: 0px;
	display: block;
	width: 107px;
	height: 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 9pt;
  	font-weight: bold;
  	letter-spacing: 0px;
	text-decoration: none;
	background: transparent;
	color: #929191;
    background-image: url("../img/back-menu.gif");
    background-repeat: no-repeat;
    z-index: 11;
}
a.menu:hover, a.menu_selected {color: #70b221; background-image: url("../img/back-menuselected.gif");}
