Ciao a tutti, ns non mi riconosce ACTIVATE...posto la classe che uso...

codice:
.menu { /* menu bara superiore*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
	background-image: url('../images/imageshome/bg_menusx.jpg');
	text-decoration: none;
	line-height: normal;
	
} 
.menu a:link {
  text-decoration: none;
}

.menu a:visited {
  color: #C54884;
  text-decoration: none;

}

.menu a:hover {
  color: #Cc0000;
  text-decoration: none;
  font-weight: bold;
}

a:active{
  color:#93949a;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0066cc;
}
ho provato anche a spostare ACTIVE ...ma niente da fare.....come mai?