/* CSS Document */
* {margin:0px; padding:0px;}
/***********************************************************************************************************************************************/	
#menu-about-bangkok-wrapper h2 
								{	font-family:Arial, Helvetica, sans-serif; 
									font-size:13px; 
									font-weight:bold; 
									height:20px; 
									vertical-align:middle; 
									text-align:center; 
									background-color:#FCCC20; 
									border-bottom:1px dotted #0CF; 
									width:181px; 
									color:#000000;
								}
#menu-about-bangkok-wrapper h2 a {text-decoration:none; background-color:#6699CC; display:block; height:20px;}
#menu-about-bangkok-wrapper h2 a:link {text-decoration:none; background-color:#6699CC; display:block; height:20px;}
#menu-about-bangkok-wrapper h2 a:hover {text-decoration:none; background-color:#FFD200; display:block; height:20px;}
/***********************************************************************************************************************************************/	

#menu-about-bangkok-wrapper h3 
	{font-size:13px; font-weight:bold; height:20px; vertical-align:middle; text-align:center; background-color:#6699CC;}
#menu-about-bangkok-wrapper h3 strong {color:#000000; text-decoration:none;}
/***********************************************************************************************************************************************/	

#menu-about-bangkok-wrapper {width:181px; border:none;}
/***********************************************************************************************************************************************/
.where-to-go 
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px!important;
		color:#000000;
	}
.where-to-go strong 
	{
		font-weight:bold; 
		text-decoration:underline;
		color:#0281AE;
	}
.where-to-go ul { margin:0px!important; padding:0px!important;}
.where-to-go ul li
	{
		list-style-type:none;
		width:181px;
		height:16px;
	}
.where-to-go ul li strong a
	{
		background:url(../images/arrow_blue.gif) no-repeat left center;
		border-bottom:1px dotted #0CF;
		padding-left:15px;
		text-decoration:none;
		display:block;
		height:16px;
		width:auto;
		color:#000000;
		font-size:12px!important;
	}
.where-to-go ul li strong a:link
	{
		background:url(../images/arrow_blue.gif) no-repeat left center;
		border-bottom:1px dotted #0CF;
		padding-left:15px;
		text-decoration:none;
		display:block;
		height:16px;
		width:auto;
		color:#000000;
	}
.where-to-go ul li strong a:hover
	{
		background:#FFD200 url(../images/arrow_blue.gif) no-repeat left center;
		border-bottom:1px dotted #0CF;
		padding-left:15px;
		text-decoration:none;
		display:block;
		height:16px;
		width:auto;
		color:#FF0000;
	}	
.where-to-go ul li strong
	{
		font-weight:normal;
		color:#000000;
	}
.clr {
		height:3px;
		clear:both;
		}
.space {margin-left:15px;}
/***********************************************************************************************************************************************/
.where-to-go h3#recommend { 
							  background-color:#1C3A6E; 
							  font-size:16px; 
							  font-weight:bold; 
							  height:20px; 
							  text-align:center; 
							  padding-top:3px; 
							}
.where-to-go h3#recommend strong { color:#FFF100; }
.where-to-go ul#recommend li#recommend { height:20px; }
.where-to-go ul#recommend li#recommend strong a { background:url(images/icon_star.png) no-repeat left center; }