/* ###########  menu #############  */

#menu td
{
	border-bottom:solid 1px #0000ff;
  width:100px;
}

#menu td a:hover,#menu a:active,#menu a:focus
{ 
	text-decoration:none; 
	font-weight:bold; 
	color:#0000FF; 
}

a:link 
{ 
	text-decoration:none; 
	font-weight:normal; 
	color:#0000FF; 
}

a:hover,a:active,a:focus 
{ 
	text-decoration:underline; 
	font-weight:normal; 
	color:#0000FF; 
}
