.thaimenu, .thaimenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 195px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid white;
}

.thaimenu li{
position: relative;
}
.thaimenu li a{
background: white url(Thailandbethere_1.gif) repeat-x bottom left;
font: 11px  Tahoma, Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 2px 0;
padding-left: 8px;
text-decoration: none;
}
.thaimenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 185px; /*WIDTH OF SUB MENU ITEMS*/
left: 5px;
top: 0;
display: none;
}
.thaimenu li ul li{
float: left;
}
.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}
.thaimenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.thaimenu li a:visited, .thaimenu li a:active{
color: #584D1A;
}

.thaimenu li a:hover{
background-image: url(Thailandbethere_2.gif);
}

/* Holly Hack for IE \*/
* html .thaimenu li { float: left; height: 1%; }
* html .thaimenu li a { height: 1%; }
/* End */