/* CSS Document */

#navigation a {
	font:13px;
	color:#402B40;
	background: #E8C1D7;
	text-decoration: none;
	letter-spacing:0.5px;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:4px solid #b8a2c6;
	border-bottom:2px solid #B8A2C6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#navigation a:hover {
	color: #B6466E;
	background: #B9A2CC;

	}