/* VERTICAL POPOUT MENUS */

#vnav /* set width of menu */
{
	width : 160px;
	font-size : 10px;
	text-align : left;
	margin-top : 0px;
	text-transform : uppercase;
} 

#vnav ul /* remove bullets and list indents */
{ 
	list-style: none;
	margin: 0;
	padding: 0;
	width : 100%;
}

/* style, color and size links and headings to suit */
#vnav a
 {
	line-height : 30px;
	display: block;
	text-align : left;
	margin: 0px;
	padding : 0 0 0 6px;
	color: #FD5D2E;
	font-weight : normal;
	text-decoration: none;
	}
#vnav a:hover 
{
	color: #56AFD1;
}
#vnav a.activeParent
{
	color : #FFF;
	background-image : url(../../images/site/icon_nav_active.gif);
}

#vnav li /* make the list elements a containing block for the nested lists */
{
	position: relative;
	margin-bottom : 3px;
	clear : both;
	height : 30px;
/*	background-image : url(../../images/site/button_nav.jpg);
	background-repeat : no-repeat;*/
	z-index : 10;
} 
#vnav li img.nav_icon
{
	float : left;
	margin-right : 3px;
}

#vnav ul li a.popInd
{
	background-image : url(../../images/site/arrow_pop_right.gif);
	background-position : 142px 16px;
	background-repeat : no-repeat;
} 
#vnav ul ul li
{
	background-image : none;
	height : 24px;
}
#vnav ul ul li a
{
}
#vnav ul ul li a.popInd
{
	background-image : url(../../images/site/arrow_pop_right.gif);
	background-position : 98% 50%;
	background-repeat : no-repeat;
} 
#vnav ul ul
{
	position: absolute;
	top: 5px;
	left: 160px; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	border : 1px solid #5E4A00;
	background-color : #E6D87F;
	z-index : 100;
}

#vnav ul ul, #vnav ul ul li:hover ul
{
	display: none;
}

div#vnav ul li:hover ul, div#vnav ul ul li:hover ul
{
	display: block;
}

#vnav ul ul a
{
	color : #5E4A00;
	text-decoration : none;
	border : none;
/*	font-weight : normal;*/
	text-align : left;
	padding : 0 0 0 5px;
}

#vnav ul ul a:hover
{
	color : #fff;
	background-color : #BA9300;
}

#vnav a img
{
	border : none;
}
	

#vnav .lang_links
{
	text-transform : none;
}
#vnav .lang_links a
{
	margin : 0;
	padding : 0 10px 0 0;
	line-height : 18px;
	text-align : center;
}

a.book-now-btn {
    text-indent: -9999em;
    background-image: url(../images/site/book-now-btn-red-sprite.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding: 0;
    margin: 20px 0 0 0;
    width: 151px;
    height: 46px;
}

a.book-now-btn:hover {
    background-position: bottom left;
}

.bnb-right {
  width : 151px;
  float : right;
  margin-left : 20px;
}
