

/* Top Orange Menu ------------------------- */
#orangemenu{
	background-color:#FF3300;
	width:170px;
	padding-bottom:0;
	margin-bottom:16px;
}
#menu3{
	margin:0;
	padding:0;
	list-style:none;
}
#menu3 a{
	display: block; /* makes links full width not just link width */
	font-size:15px;
	color:#FFFFFF;
	font-family:Trebuchet MS,Georgia,Arial,sans-serif;
	padding:4px 6px 4px 6px;
	text-decoration:none;
}
#menu3 a:hover{
	background-color:#B5E601;
	color:#000000;
}


.leftmenutitles{
	width:170px;
	background-image:url(../tpics/top_black2.png);
	background-repeat:no-repeat;
	background-color:#000000;
}
.leftmenutitles a{
	font-family:Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:14px;
	color:#FFFFFF;
	display: block;
	text-decoration:none;
	padding:7px 1px 7px 10px;
}




/* Middle Attractions Menu ------------------------- */
#mydiv{
	background-image:url(../tpics/AboutBkg.gif);
	width:170px;
	padding-bottom:0;
	margin-bottom:16px;
}
#tourist{
	margin:0;
	padding:0;
	list-style:none;
}
#tourist a{
	display: block; /* makes links full width not just link width */
	font-size:15px;
	color:#FFFFFF; /* was white FFFFB0*/
	font-family:Trebuchet MS,Georgia,Arial,sans-serif;
	padding:4px 6px 4px 6px;
	text-decoration:none;
}
#tourist a:hover{
	background-color:#B5E601;
	color:#000000;
}


/* new hotels list */
#hotelslist{
	width:170px;
	padding-bottom:0;
	margin-bottom:16px;
	background-color:#262424;
}
#hotels_ul{
	margin:0;
	padding:0;
	list-style:none;
}
#hotels_ul a{
	display: block;
	font-size:14px;
	color:#CCCCCC;
	font-family:Trebuchet MS,Georgia,Arial,sans-serif;
	padding:4px 0px 4px 6px;
	text-decoration:none;
}
#hotels_ul a:hover{
background-color:#B5E601;
	color:#000000;
}





/* Bottom Theatre Menu ------------------------- */
#theatremenu{
	background-image:url(../tpics/bg_orange.png);
	width:170px;
	padding-bottom:0;
	margin-bottom:16px;
}
#theatre{
	margin:0;
	padding:0;
	list-style:none;
}
#theatre a{
	display: block; /* makes links full width not just link width */
	font-size:15px;
	color:#FFFFFF;
	font-family:Trebuchet MS,Georgia,Arial,sans-serif;
	padding:4px 6px 4px 6px;
	text-decoration:none;
}
#theatre a:hover{
	background-color:#B5E601;
	color:#000000;
}


#footertable a{
	/*display:block;
	border-bottom:#333333 1px solid;padding-bottom:4px;*/
	color:#FFFFFF;
	font-family:Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:13px;
	text-decoration:none;
	
}
#footertable a:hover{
color:#FF3399;
}


#new3 a{
font-family:Trebuchet MS,Georgia,Arial,sans-serif;
font-size:14px;
color:#FFFFB0;
text-decoration:none;
}


