@charset "utf-8";
/* CSS Document */

/* START MENU STYLE */

.rtl_menu div {
	z-index: 1000;
}

.rtl_menu {
	/*width: 823px;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #777;
	z-index: 999999;
	text-align: right;
}


/*
.rtl_menu .rtl_submenu {
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	position: relative;
	display: inline;
	padding: 6px 12px;
	color: #777;
	text-decoration: none;
} */

.rtl_menu td {
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	position: relative;
	display: inline;
	padding: 6px 12px 0;
}

.rtl_menu td a {
	color: #777;
	text-decoration: none;
	height: 25px;
}

.rtl_menu td.hover {
	color: #000;
	font-weight: bold;
}

.rtl_menu .td.hover a {
	color: #000;
}

.rtl_menu .rtl_submenu {
	position: absolute;
	background-color: #fff;
	top: 25px;
	left: 0px;
	width: 180px;
	z-index: 1000;
	text-align: right;
	/*white-space: nowrap;*/
}

.rtl_submenu td a {
	/*white-space: nowrap;*/
}

.rtl_submenu td.hover {
	background-color: #ECECEC;
	font-weight: bold !important;
}

.rtl_submenu td {
	float: none;
	display: block;
	padding: 6px 14px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #333;
	font-weight: normal !important;
        text-align: right;
}

/* END MENU STYLE */

/* BOOK NOW BUTTON */
.bn_button{
  width:90px;
}
