body {
	margin: 	0px;
    background-color: #FFFFFF;
    }
ul
    {
    list-style-image: url(../graphics/ok.gif);
    }
ul.faq
    {
      list-style-type: decimal;
      padding-left: 0px;
      margin-left: 0px;
    }
.header
	{
	font-family: Arial,Verdana;
	font-size:15px;
	font-weight:bold;
	color:red;
	line-height:24px;
	}
.tips
	{
	font-family: Arial,Verdana;
	font-size:12px;
	font-weight: normal;
	color:navy;
	line-height:16px;
	}
.aruba
	{
	font-family: Arial,Verdana;
	font-size:13px;
	font-weight:bold;
	color:navy;
	line-height:20px;
	}
A.aruba
	{
	color: blue;
  	font-weight:bold;
	text-decoration:none;
	}
A:hover.aruba
	{
	color: #303498;
	text-decoration:underline;
	}
.arubatours
	{
	font-family: Arial,Verdana;
	font-size:10px;
	font-weight:bold;
	color:navy;
	line-height:14px;
	}
A.arubatours
	{
	color: blue;
  	font-weight:bold;
	text-decoration:none;
	}
A:hover.arubatours
	{
	color: #303498;
	text-decoration:underline;
	}

.normtable
    {
    border: 0px solid;
    border-collapse: collapse;
    }
.normtable td, .navtable th
    {
    border: 0px solid;
    padding: 0px;
    }
.tipstable
    {
    border: 1px solid;
    border-color: navy;
    border-collapse: collapse;
    }
.tipstable td, .navtable th
    {
    border: 0px solid;
    padding: 0px;
    }

#bookit{
position: relative;
margin-left: 6px;
margin-top: 3px;
width: 99%;
}
#bookit a{
float: left;
color: white;
font-weight: bold;
width: 96px;
height: 26px;
line-height: 26px;
text-align: center;
padding: 0px 0px 0px 0px;
text-decoration: none;
}

#bookit a:hover{
color: yellow;
text-decoration: underline;
}

#chromemenu{
position: relative;
width: 99%;
display: inline;
}



#chromemenu ul{

border: opx solid;
width: 573;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 13px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: blue;
font-weight: bold;
width: 96px;
height: 26px;
line-height: 26px;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
display: inline;
}

#chromemenu ul li a:hover{
background: url(nav_butback.gif) center center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
background-color:white;
position:absolute;
top: 0;
margin-left: 0px;
border: 0px solid navy; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
text-align: left;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid navy; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: navy;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: black;
text-decoration: underline;  
}


