.menu 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none
}

.menu:link
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	background-color: #CCCCCC;
	text-decoration: none
}

.menu:visited
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none
}

.menu:hover
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #FFFFFF; 
	background-color: #3A73BA;
	text-decoration: none
}

.menu:active
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #FFFFFF;
	background-color: #3A73BA;
	text-decoration: none
}

.navi
{
	margin-left:-17px
}


