/* added styles */
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.title1 {
    text-indent: 70px;
	font-weight: bold;
	font-size: 13px;
	height: 15px;
	color: #0C336B;
}

/*.title1 {
	text-indent: 70px;
	font-weight: bold;
	font-size: 13px;
	height: 15px;
	color: #0C336B;
	background-image: url(_images/sqre.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style1 {color: #CCCCCC}
/* added styles */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 11.3em;
	font-size: 11px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 2em;
    left: 0;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0px;
    left: 11.2em;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul {
	visibility:hidden;
}		

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #333333; /* IE6 Bug */
	padding: 5px;
	background-color: #FFFEEB;
	font-weight: normal;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/* Hover Styles */
#menu ul a:hover {
	color: #000000;
	background-color: #CCCCCC;
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #000033; /* IE6 Bug */
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #FFFEEB;
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #CC3300; 
	background: #FFFEEB; 
} 

/* Icon Styles */
#menu li a.submenu {
	background-color: #FFFEEB;
	background-image: url(_images/v_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu li a.submenu:hover {
	background-color: #FFFEEB;
}
#menu li ul a.submenu {
	background-color: #FFFEEB;
	background-image: url(_images/r_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu li ul a.submenu:hover {
	background-color: #FFFEEB;
	background-image: url(_images/r_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.welcome {
	font-weight: bold;
	color: #666666;
}
#menu li a.submenu_link {
	background-color: #FFFEEB;
}
#menu li a.submenu_link:hover {
	background-color: #FFFEEB;
}
.yellowtable {
	border: thin solid #CCCCCC;
	background-color: #FFFEEB;
	width: 610px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.style2 {
	color: #FFFFFF;
	font-size: 10px;
	text-indent: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #666666;
}
.style7 {
	font-size: 10px;
	color: #333333;
}
.introimage {
	border: thin solid #CCCCCC;
}
.yellowtablemoresingapore {
	border: thin solid #CDBB66;
	width: 650px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FBFAF5;
}
.gritable {
	border: thin solid #CCCCCC;
	background-color: #f0f4f4;
	width: 610px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.pictureboxmainpage {
	border: thin solid #CCCCCC;
	margin-left: 15px;
}
.smallupcomingtext {
	margin-left: 15px;
}

td.menubottombar{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFEEB;
}
