/* menulinks*/
table.links td a,
table.links td a:link,
table.links td a:visited,
table.links td a:hover,
table.links td a:active  {
	font-family: verdana;
	font-size: 16px;
	font-weight:bold;
}


table.links td a{
	color: #555;
	display: block;
	background-image: url(images/navibg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 100%;
	padding:11px 2px 8px 55px;
  } 

table.links td a:link, table.links td a:visited {
	color: #444;
	text-decoration:none;
  	background-image: url(../images/navibg.gif);
  } 
table.links td a:hover,
table.links td a:active{
	color: #333;
	text-decoration:none;
  	background-image: url(../images/navibg_over.gif);
 	
} 

/*.table-td-link-line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8B2B2;
}*/