/* menu */
.pageMenu {
	position:absolute;
	top:190px ;
	left:5px ;
	background-image: url(../images/menu/menuBack.png);
	background-repeat: repeat-y;
/*	background-color:#c57d98; */
	height: 240px;
	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);}
#menuCoaching a span {background-image:url(../images/menu/coaching2up.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:189px;}
.hereYour {top:219px;}
.hereGuided {top:249px;}
.hereTrip {top:279px;}
.hereCoaching {top:309px;}
.hereWords {top:339px;}
.hereGallery {top:369px;}
.hereContact {top:399px;}



