	a.menu:link, a.menu:visited, a.menu:active 
	
	{
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 18px;
	line-height:18px;
	font-weight: bolder;
	text-indent: 10px;
	
	}

	
	a.menu:hover
	
	{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 18px;
	font-weight: bolder;
	background-image: url(../images/menu_rollover.jpg);
	background-repeat:no-repeat


	
	}