	/* just basic text formatting - nothing special */
	#menubar {
	position:absolute;
	width:210px;
	height:350px;
	top: 0px;
	left:0px;
	clear:left;
	float:left;
	}
	
	#menubar a {
	text-decoration:none;
	float: left;
	clear: left;
	}
	
	#menubar a.active {
	color: #FFFFFF;
	background: #4AA5FF;
	}
	
	.menu .options {
	background: #e3d4a9;
	border-right: 1px solid #d0c39b;
	border-bottom: 1px solid #d0c39b;
	_display:block;
	}
	
	.menu a {
	color:#191919;
	display:block;
	padding:8px 10px;
	text-decoration:none;
	background-color:transparent;
	border-bottom: 1px solid #d0c39b;
	font-size: 13px;
	height: 14px;
	}

	.topbar{
	border-top: 1px solid #d0c39b;
	}
	
	#lineout1{
	border-bottom:none;
	}
	
	#lineout2{
	border-bottom:none;
	}
	
	#lineout3{
	border-bottom:none;
	}
	
	#lineout4{
	border-bottom:none;
	}
	
	#lineout5{
	border-bottom:none;
	}
	.menu a:visited {
	color: #362e12;
	}
	
	.menu a:hover {
	color: #FFFFFF;
	background: #656258;
	}


