.ddsmoothmenu{
width:782px;
font-size:13px;
color:#27460D;
height:28px;
border:1px solid #27460d;
padding:0px;
margin:0px;
}

.ddsmoothmenu ul{
z-index:100;
margin:0px;
padding:0px;
list-style-type:none;
display:block;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position:relative;
display:block;
float:left;
height:28px;
background:url(../images/sep.jpg) no-repeat left 0px;
padding-left:1px;

}

.ddsmoothmenu ul li.rightsep{
padding-left:0px;
}

.ddsmoothmenu ul li a{
display:block; 
float:left; 
text-align:left; 
color:#27460D; 
font:Verdana, Arial, Helvetica, sans-serif;
font-size:15px; 
text-decoration:none; 
 
background:url(../images/leftnav.jpg) no-repeat left 0px; 
padding:0px;
margin:0px;
}

.ddsmoothmenu img{display:none;}

.ddsmoothmenu li a span{
	float:left;
	display:block;
	padding-top:5px;

	background:url(../images/rightnav.jpg) no-repeat right 0;
}

.ddsmoothmenu li a span.home {
width:100px;
height:23px;
text-align:center;
overflow:hidden;
margin:0px;
padding:0px;
padding-top:5px;

}

.ddsmoothmenu li a span.Children {
width:193px;
height:23px;
text-align:center;
overflow:hidden;
margin:0px;
padding:0px;
padding-top:5px;

}

ul.adults_sub{width:188px;}

.ddsmoothmenu li a span.Adults {
width:99px;
height:23px;
text-align:center;
overflow:hidden;
margin:0px;
padding:0px;
padding-top:5px;

}

.ddsmoothmenu li a span.Information {
width:249px;
height:23px;
text-align:center;
overflow:hidden;
margin:0px;
padding:0px;
padding-top:5px;

}

.ddsmoothmenu li a span.Contact {
width:137px;
height:23px;
text-align:center;
overflow:hidden;
margin:0px;
padding:0px;
padding-top:5px;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:hover{
background:url(../images/leftnav.jpg) no-repeat left -32px; 
color:#FFFFFF;
text-decoration: none;
}

.ddsmoothmenu li a:hover span{
background:url(../images/rightnav.jpg) no-repeat right -32px;
}

.ddsmoothmenu ul li.selected a{
background:url(../images/leftnav.jpg) no-repeat left -32px; 
color:#FFFFFF;
text-decoration:none;
}

.ddsmoothmenu ul li.selected a:hover{
background:url(../images/leftnav.jpg) no-repeat left -32px; 
color:#FFFFFF;
text-decoration:none;
}

.ddsmoothmenu li.selected a span{
background:url(../images/rightnav.jpg) no-repeat right -32px;
}

.ddsmoothmenu li.selected a:hover span{
background:url(../images/rightnav.jpg) no-repeat right -32px;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position:absolute;
left:0;
display:none; /*collapse all sub menus to begin with*/
visibility:hidden;
overflow:hidden;
padding:0px;
margin:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display:list-item;
float:none;
padding:0px;
margin:0px;
top:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li.selected ul li a{background:none; background-color:#e8ebe4; color:#27460D;}
.ddsmoothmenu ul li.selected ul li a:hover{background:none; background-color:#27460d; color:#FFFFFF;}
/* Sub level menu links style */

.ddsmoothmenu ul li ul li a{
display:block; 
padding:5px; 
padding-left:10px; 
color:#27460D; 
text-decoration:none;
background:none;
background-color:#e8ebe4;
border-bottom:1px solid #FFFFFF;
width:190px;
margin:0px; 
float:none;
}
.ddsmoothmenu ul li ul li a:hover{
background:#27460d; 
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position:absolute;
top:12px;
right:7px;
}

.rightarrowclass{
position: absolute;
top:6px;
right:5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}