#navmenu li
{
	font-family: Tahoma;
	font-size: 12px;
	width: 100px;
	background: DimGray ;
	list-style-type: none;
	text-align: center;
	float: left;
}
 
#navmenu li a
{
	text-decoration: none;
	color: White;
	height: 50px;
	line-height: 50px;
	display: block;
}
 
#navmenu li:hover
{
	background: DimGray;
}
 
#navmenu li a:hover
{
	color: DeepSkyBlue;
	_background-color: silver; /* css hack für ie versionen 5 und 6 */
}
