table.menu a { 
width:150px;	
height:25px;
display: block; 
} 
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
div.menu a {
color: #333333;	
background: #ffffff; 
text-decoration:none; 
font-size:12px; 
line-height:25px; 
font-family: GillSans, Tahoma, Verdana, sans-serif;
padding: 2px 5px;
}
div.menu	a:link {
color: #000000; 
background: #DFAD1F; 
}
div.menu	a:active { 
color: #000000;
background: #DFAD1F; 
}
div.menu	a:visited {
color: #000000; 
background: #DFAD1F; 
}
div.menu	a:hover {
color: #000000;
background: #FFFFFF; 
}
div.menu ( 
position:absolute;
top:0; 
left:0;
) 



