/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
position: relative;
}

.markermenu ul li a{
color: #00014e;
display: block;
width: auto;
text-decoration: none;
}
.markermenu ul li span {visibility: hidden;}
* html .markermenu ul li a{ /*IE6 hack*/
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
	.markermenu ul li.reservations a {display: block; width: 185px; background: url(../images/nav/nav-online-reservation.png) no-repeat; height: 22px;}
	.markermenu ul li.reservations a:hover {display: block; width: 185px; background: url(../images/nav/nav-reservations-over.jpg) no-repeat;}
	.markermenu ul li.reservations a.selected {display: block; width: 185px; background: url(../images/nav/nav-reservations-over.jpg) no-repeat;}
	.markermenu ul li.special a {display: block; width: 205px; ); background: url(../images/nav/nav-special.png) no-repeat; height: 22px;}

	.markermenu ul li.special a:hover {display: block; width: 205px; background: url(../images/nav/nav-special-over.jpg) no-repeat;}
	.markermenu ul li.suites a {display: block; width: 133px; ); background: url(../images/nav/nav-suites.png) no-repeat; height: 22px;}
	.markermenu ul li.suites a:hover {display: block; width: 133px; background: url(../images/nav/nav-suites-over.jpg) no-repeat;}
	.markermenu ul li.suites a.selected {display: block; width: 133px; background: url(../images/nav/nav-suites-over.jpg) no-repeat;}
	.markermenu ul li.resortActivities a {display: block; width: 156px; ); background: url(../images/nav/nav-resort.png) no-repeat; height: 22px;}
	.markermenu ul li.resortActivities a:hover {display: block; width: 156px; background: url(../images/nav/nav-resort-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.resortActivities a.selected {display: block; width: 164px; background: url(../images/nav/nav-resort-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.exoticSpa a {display: block; width: 117px; ); background: url(../images/nav/nav-exotic.png) no-repeat; height: 22px;}
	.markermenu ul li.exoticSpa a:hover {display: block; width: 117px; background: url(../images/nav/nav-exotic-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.exoticSpa a.selected {display: block; width: 117px; background: url(../images/nav/nav-exotic-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.meeting a {display: block; width: 102px; ); background: url(../images/nav/nav-meeting.png) no-repeat; height: 22px;}
	.markermenu ul li.meeting a:hover {display: block; width: 102px; background: url(../images/nav/nav-meeting-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.meeting a.selected {display: block; width: 102px; background: url(../images/nav/nav-meeting-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.wedding a {display: block; width: 181px; ); background: url(../images/nav/nav-wedding.png) no-repeat; height: 22px;}
	.markermenu ul li.wedding a:hover {display: block; width: 181px; background: url(../images/nav/nav-wedding-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.wedding a.selected {display: block; width: 181px; background: url(../images/nav/nav-wedding-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.press a {display: block; width: 81px; ); background: url(../images/nav/nav-press.png) no-repeat; height: 22px;}
	.markermenu ul li.press a:hover {display: block; width: 81px; background: url(../images/nav/nav-press-over.jpg) no-repeat; height: 22px;}
	.markermenu ul li.press a.selected {display: block; width: 81px; background: url(../images/nav/nav-press-over.jpg) no-repeat; height: 22px;}



