.navigation li {
	list-style : none;
	text-transform : lowercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
} 
.navigation li a {
	display : inline;
	font-family : arial;
	font-size : 10pt;
	font-weight : bold;
	color: #553;
	text-decoration: none;
	line-height: 20pt;
} 
.navigation li a:hover { 
color : #299AD4;
} 
