/* CSS Document */

.NavigationList {
margin: 0 0 1.5em 0;
background-color: #efefef;
border: solid #999;
border-width: 1px 0 0 1px;
padding-left: 5px;
}
	.NavigationList dt {
	padding: 0.25em 0;
	color: #069;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.05em;
	}
	.NavigationList dd {
	margin: 0;
	border-bottom: dashed 1px #ccc;
	padding: 0.25em 0 0.2em 0.4em;
	background-color: white;
	font-size: 92%;
	}
		.NavigationList dd a {
		height: 1%;
		display: block;
		color: #333;
		text-decoration: none;
		border-right: solid 5px white;
		}
			.NavigationList dd a:hover {
			border-color: #09c;
			color: #09f;
			}
			
.NavigationList .SpecialOffers a {
font-weight: bold;
color: #900;
}
			
