@charset "utf-8";
/* CSS Document */

.menu {
	border-bottom-style:solid;
	border-bottom-width:thin;
}

#vocimenu a {
	display:block;
	color:#000;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}

#vocimenu td{
	border-bottom:solid 1px #000;
}

#vocimenu a:hover {
	display:block;
	background-color:#F00;
	color:#000;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}

#imm a:focus{
	outline: 0; 
}

#imm a img { 
                 border: 0; 
}