/* menu */
.pageMenu {
	position:absolute;
	top:215px ;
	left:5px ;
	background-image: url(../images/menu/menuBack.png);
	background-repeat: repeat-y;
/*	background-color:#c57d98; */
	height: 210px;
	width: 186px;
	z-index:70;
}
.menuBarV {
	margin:0px ;
	padding:0px;
	list-style:none;
}
.menuBarV li {
	display: block;
	width:186px ;
	height:30px ;
	padding: 0;
	overflow: hidden;
}
.menuBarV li a {
	display: block;
	height: 30px ;
	padding: 5px 0 0 10px;
	position:relative;
	color:#c57d98;
}
.menuBarV li a span {
	background-repeat:no-repeat;
	background-position: 20px -29px;
	position:absolute;
	top: 0px ;
	left: 0px;
	width:100%;
	height:30px;
}
.menuBarV li a:hover span {
	background-position:20px 1px;
}
/* individual menu images */
#menuHome a span {background-image:url(../images/menu/homePage2up.gif);}
#menuYour a span {background-image:url(../images/menu/yourGuide2up.gif);}
#menuGuided a span {background-image:url(../images/menu/guidedTrips2up.gif);}
#menuTrip a span {background-image:url(../images/menu/tripDiary2up.gif);}
#menuWords a span {background-image:url(../images/menu/yourWords2up.gif);}
#menuGallery a span {background-image:url(../images/menu/photoGallery2up.gif);}
#menuContact a span {background-image:url(../images/menu/contactUs2up.gif);}

/* individual menu pointer settings */
.here {position:absolute; left:10px; background-image:url(../images/menu/here.gif); height:30px; width:20px; z-index:90}
.hereHome {top:215px;}
.hereYour {top:245px;}
.hereGuided {top:275px;}
.hereTrip {top:305px;}
.hereWords {top:335px;}
.hereGallery {top:365px;}
.hereContact {top:395px;}


