#menu a {
		display:block;
		width:201px;
		height:25px;
		background: url("../imagenes/general/opcion_menu.png") top left no-repeat;
		font-family: Arial,sans-serif;
		font-size: 10px;
		color: #727272;
		text-decoration: none;
		padding-left:28px;
		padding-top:6px;
		margin-right:-28px;
		margin-top:6px;
		margin-bottom:6px;
		}
#menu a:hover {
		background-position: 0 -25px;
		color: #000000;
		}

#menu_seleccionado a {
		display:block;
		width:201px;
		height:25px;
		background: url("../imagenes/general/opcion_menu.png") top left no-repeat;
		background-position: 0 -25px;
		
		font-family: Arial,sans-serif;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
		text-align:left;
		
		padding-left:28px;
		padding-top:6px;
		margin-right:-28px;
		margin-top:6px;
		margin-bottom:6px;
		}
		
