#menubar
{
	font-family: Tahoma,  'Varela', "Lucida Grande", Helvetica, sans-serif;
	font-size:13px;
	width:150px;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#333333;
	color:white;
	font-family:Tahoma;
}


#menubar div.button
{
	border:0;
	height:29px;
	width:148px;
	background-position:bottom;
	text-align:center;
	cursor:hand;
	cursor:pointer;

}

#menubar input
{
	height:15px;
	width:141px;
	padding:0;
	margin:0;
	text-align:center;
	margin-left:2px;
	font-family: Tahoma,  'Varela', "Lucida Grande", Helvetica, sans-serif;
	font-size:12px;
} 


#menubar #legend input
{
	width:auto;
	margin: 3px 5px 3px 5px;
	
} 

#menubar #legend
{
	border:3px double grey;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background-color:#DDD;
	position:fixed;
	bottom:25px;
	left:18px;
	height:120px;
	text-align:left;
	line-height:12px;
	font-size:10px;
	width:110px;
	color:#000;
} 

#menubar #legend .b
{
	width:auto;
	height:20px;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px dotted grey;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

#menubar #legend img
{
	margin:3px;
	margin-left:15px;
}

#userbar table
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;	
	width:100%;
}

#userbar table
{
	cursor:pointer;
	cursor:hand;	
}


div#homebutton:hover{ background: url('/interface/home-hover')!important; }
div#contentsbutton:hover{ background: url('/interface/contents-hover')!important; }
div#textbutton:hover{ background: url('/interface/text-hover')!important; }
div#mapbutton:hover{ background: url('/interface/map-hover')!important; }
div#placesbutton:hover{ background: url('/interface/places-hover')!important; }
div#timelinebutton:hover{ background: url('/interface/timeline-hover')!important; }
div#peoplebutton:hover{ background: url('/interface/people-hover')!important; }
div#faxbutton:hover{ background: url('/interface/fax-hover')!important; }
div#aboutbutton:hover{ background: url('/interface/about-hover')!important; }
div#contactbutton:hover{ background: url('/interface/contact-hover')!important; }



