#leftColumn {
	width : 200px;
	margin-bottom : 1em;
	border-right : 0px solid #eee;
	padding-right : 10px;
	vertical-align: top;
}

#mainmenu ul {
	margin-top : 10px;
	list-style-type : none;
	font-size : 95%;
	font-weight: bold;
	background : #E0D0B3;
	color : #666;
}

#mainmenu ul li a {
	padding : 15px;
	color : #682715;
	background : transparent url(images/list-off.gif) no-repeat left center;
	text-align : left;
	text-decoration : none;
}

#mainmenu ul li a:hover {
	color : #006699;
	background : transparent url(images/list-on.gif) no-repeat left center;
}

#mainmenu ul li a#current {
	background : transparent url(images/list-active.gif) no-repeat left center;
	color : #000;
}

input.search {
	width: 100px;
	border: none;
	background: url(images/input.gif);
	padding: 4px;
}

input.login {
	width: 100px;
	border: none;
	background: url(images/logininput.gif);
	padding: 4px;
}

#navMap {
	margin-top: 10px;
}