@charset "utf-8";
/* Menu CSS Document */


#menu {
	background:#000 url('../images/nav.jpg') no-repeat scroll 0px 0px;
	height:46px;
	width:850px;
	text-align:center;
	margin:auto;
}



#menu a{
	border:none;
	padding:0px;
	margin:0px;
}

#menu_home {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:69px;
	display:block;
}
#menu_home:hover, #home #menu_home {
	background:url('../images/nav.jpg') 0px -46px no-repeat;
}
#menu_cal {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:92px;
	display:block;
}
#menu_cal:hover, #event_calendar #menu_cal {
	background:url('../images/nav.jpg') -69px -46px no-repeat;
}
#menu_fun {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:82px;
	display:block;
}
#menu_fun:hover, #fun_in_fitness #menu_fun {
	background:url('../images/nav.jpg') -161px -46px no-repeat;
}
#menu_dining {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:84px;
	display:block;
}
#menu_dining:hover, #richmond_dining #menu_dining {
	background:url('../images/nav.jpg') -243px -46px no-repeat;
}
#menu_town {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:77px;
	display:block;
}
#menu_town:hover, #around_town #menu_town {
	background:url('../images/nav.jpg') -327px -46px no-repeat;
}
#menu_trip {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:68px;
	display:block;
}
#menu_trip:hover, #day_trips #menu_trip {
	background:url('../images/nav.jpg') -404px -46px no-repeat;
}
#menu_getaway {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:97px;
	display:block;
}
#menu_getaway:hover, #weekend_getaways #menu_getaway {
	background:url('../images/nav.jpg') -472px -46px no-repeat;
}
#menu_obescape {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:97px;
	display:block;
}
#menu_obescape:hover, #outer_banks_escape #menu_obescape {
	background:url('../images/nav.jpg') -569px -46px no-repeat;
}
#menu_fko {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:79px;
	display:block;
}
#menu_fko:hover, #for_kids_only #menu_fko {
	background:url('../images/nav.jpg') -666px -46px no-repeat;
}
#menu_kidscal {
	text-indent:-9999px;
	float:left;
	height:46px;
	margin:auto;
	width:101px;
	display:block;
}
#menu_kidscal:hover, #kids_calendar #menu_kidscal {
	background:url('../images/nav.jpg') -745px -46px no-repeat;
}
