@charset "windows-1252";
/* CSS Document */

/* menu principale */


table#menu td {
	color: #FFF;
	height: 38px;
	font: xx-small Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

table#menu  a:link, table#menu  a:visited {
	color:#FFF;
	text-decoration: none;
	padding-right:6px;
	padding-left:6px;
	padding-bottom:13px; 
	padding-top:5px;
	margin-left:2px;
	margin-right:2px;
}
table#menu  a:hover {
	color:#0066CC;
	background: #dcdcdc url(http://www.divisport.it/images/ombra.gif) repeat-x center bottom;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	
		
}

.attivo {
	color:#003366;
	background: #dcdcdc url(http://www.divisport.it/images/ombra.gif) repeat-x center bottom;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;	
	padding-right:6px;
	padding-left:6px;
	padding-bottom:13px; 
	padding-top:5px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}


