HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MBroek/ficore.nl/wwwroot/css/navigation.css
/* ------------------------------------------------------- 

	navigation stylesheet  /  www.milestowork.nl
	
	development by

	tableaux
	www.tableaux.nl
	
	november 2007

---------------------------------------------------------- */

/* ------------------------------------------------------------- hoofdnavigatie */

ul#menu {

	list-style: none;
	list-type: none;
	margin: 0;
	padding: 0;
	margin-top: 40px;

}

ul#menu li {
	
	height: 24px;
	font-family: Arial;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	
	padding-left: 20px;
	margin-top: 20px;
	cursor: pointer;
	
	color: #767676;
	background: none;
	
}

ul#menu li a {
	color: #767676;
}

ul#menu li:hover {

	background-image: url(../images/menubg.jpg);
	color: #000000;

}

ul#menu li:hover a {
	color: #000000;
}