
table.menu1 a { 
border:1px solid #ffffff; 
height: 14px;
display: block; 
} 

div.menu1 a {
color: #000000; 
background: #ffffff; 
border:1px solid #e9e3e6;
text-decoration:none; 
font-size:14px; 
line-height:16px; 
font-family: Tahoma, verdana, sans-serif;
font-weight: normal;
padding: 3px 25px;
}

div.menu1 a:link {
color: #000000; 
background: #e9e3e6; 
border:1px solid #e9e3e6;
}

div.menu1 a:active { 
color: #000000;
background: #e9e3e6; 
}

div.menu1 a:visited {
color: #000000; 
background: #e9e3e6; 
}

div.menu1 a:hover {
	color: #000000;
	background-color: #a9d2c5;
	border:1px solid #000000;
	font-size:14px;
}
