div#NavigationStrip {
	position: absolute;
	width: 290px;
	background-color: #313131;
	left: 0px;
	top: -10px;
	z-index:10;
}

.NavigationContainer {
	position: absolute;
	width: 250px;
	margin: 0px 0px 25px 20px;
}

.NavigationContainer ul {border:0; margin:0px 0px 20px 0px; padding:4px; list-style-type:none; background-color:#1E1E1E;}
.NavigationContainer li {margin-bottom:1px; font-weight:bold;}
.NavigationContainer ul li a {padding:6px 0px 6px 10px; display:block; text-decoration:none; color:#666666; background-color:#000000; background-image:url(/images/site-elements/nav-arrow.png); background-position:right; background-repeat:no-repeat;}

