div#bannerMenu{
	width:1000px;
	height:11px;
	display:block;
	padding: 0 0 10px 30px;
}

div#menuBar{
	width:1000px;
	height:11px;
	overflow:hidden;	
}
a.menuBar_resume{
	height:11px;
	width:56px;
	display:block;
	float:left;
	background:url('../images/menu/resume.gif') no-repeat;	
}
a.menuBar_resume:hover{
	background:url('../images/menu/resume_h.gif') no-repeat;
}

a.menuBar_maps{
	height:11px;
	width:37px;
	display:block;
	float:left;
	margin-left:20px;
	background:url('../images/menu/maps.gif') no-repeat;	
}
a.menuBar_maps:hover{
	margin-left:20px;
	background:url('../images/menu/maps_h.gif') no-repeat;
}

a.menuBar_contact{
	height:11px;
	width:63px;
	display:block;
	float:left;
	margin-left:20px;
	background:url('../images/menu/contact.gif') no-repeat;	
}
a.menuBar_contact:hover{
	margin-left:20px;
	background:url('../images/menu/contact_h.gif') no-repeat;
}

a.map_menu{
	font-size:9px;
	color:#575757;	
	padding-left: 20px;
	text-decoration:none;
}

a.map_menu:hover{
	color:#828282;
}

