
/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("lettrine.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("lettrine.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
