.current {
	padding-left: 5px;
	font: 11px verdana;
	line-height: 18px;
	text-decoration: none;
	color: #565565;
	background: #e2e2e2
	}
#menu {
	float: left;
	height: 200px;
	background-color:#036;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	}
#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	}
#menu a {
	display: block;
	width: 140px;
	padding: 4px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	color: #fff;
	text-decoration: none;
	}
#menu a:active, #menu a:focus {
	background-color: #256;
	}
#menu a:hover {
	color: #eee;
	background: #869095
	}
.titlebar {
	padding: 4px;
	background-color: #212A47;
	font: 11px tahoma, verdana;
	color: #fefefe;
	font-weight:bold;
	border-bottom: 1px solid #eee;
	}
