.menu {
	color: #000066;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
        font-family: "Tahoma";
	font-weight: bolder;
	text-transform: uppercase;
	width: 120px;
	vertical-align: middle;
}

.menu_small {
	color: #000066;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
        font-family: "Tahoma";
	font-weight: bolder;
	text-transform: uppercase;
	width: 120px;
	vertical-align: middle;
}

a:hover {
	color: #65AA65;
	background-color: #FFFFFF; 

}

a:active {
	color: #FFFFFF;
	background-color: #65AA65; 

}
