@charset "utf-8";
/* CSS Document */

/* new sbmenu dated 29 Dec 2010 */
table #new_sbmenu {
	color: #F18D00;
	font-size: 16px;
	text-shadow: 0.1em 0.1em 0.1em #444;
}

table #new_sbmenu a:link, table #new_sbmenu a:visited {
	color: #F18D00;
	font-size: 16px;
	text-shadow: 0.1em 0.1em 0.1em #666;
}

table #new_sbmenu a:hover, table #new_sbmenu a:focus {
	text-decoration: underline;
	font-size: 16px;
	text-shadow: 0.1em 0.1em 0.1em #999;
	color: rgb(230,28,100);
}

.eng1 {
	font-size: 18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* Legacy css     */
#sbmenu_left {
	float: left;
	width: 163px;
	height: 105px;
}

#sbmenu_left .li_first, #sbmenu_right .li_first {
	background-color: #e73a10;
}

#sbmenu_left ul {
	list-style-type: none;
	text-align: center;
	background-color: #FFFFFF;
	margin: 5px 0 0 0;
	padding: 0;
}

#sbmenu_left li {
	display: block;
	margin: 4px;
	padding: 2px;
	background-color: #5f9794;
	color: #fff;
	font-size: 16px;
}

#sbmenu_left a:link, #sbmenu_left a:visited {
	color: #fff;
}

#sbmenu_left li a:hover, #sbmenu_left li a:focus {
	display: block;
	background-color: #102536;
}

#sbmenu_left a:hover, #sbmenu_left a:focus {
	color: #fdd041;
	background-color: #102536;
	text-decoration: none;
}


#sbmenu_left2{
	float: left;
	width: 163px;
	height: 97px;
}

#sbmenu_left2 ul {
	list-style-type: none;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
}

#sbmenu_left2 li {
	display: block;
	margin: 0px;
	padding: 0px;
	
	
}




#sbmenu_right {
	float: right;
	width: 163px;
	height: 105px;
}

#sbmenu_right ul {
	list-style-type: none;
	text-align: center;
	background-color: #FFFFFF;
	margin: 5px 0 0 0;
	padding: 0;
}

#sbmenu_right li {
	display: block;
	margin: 4px;
	padding: 2px;
	background-color: #5f9794;
	color: #fff;
	font-size: 16px;
}

#sbmenu_right a:link, #sbmenu_right a:visited {
	color: #fff;
}

#sbmenu_right li a:hover, #sbmenu_right li a:focus {
	display: block;
	background-color: #102536;
}

#sbmenu_right a:hover, #sbmenu_right a:focus {
	color: #fdd041;
	text-decoration: none;
}


#sbmenu_right2 {
	float: right;
	
}

#sbmenu_right2 ul {
	list-style-type: none;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
}

#sbmenu_right2 li {
	display: block;
	margin: 0px;
	padding: 0px;
	
}

/*  New settting using CSS3   Feb 2012*/
.roundcorner_left_top_menu {
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0x 0 2px #9c9c9c;
	-webkit-box-shadow: 0 0 2px #9c9c9c;
	box-shadow: 0 0 2px #9c9c9c;
	background-image: url(../../common_images/whaleshark_window.png);
}
