@charset "UTF-8";
/* CSS Document */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 4px 0;
font: bold 12px Verdana;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired*/
margin:0 auto;
}

.shadetabs ul {
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding:5px 10px;
margin-right:5px;
color: #f09000;
background:#FFF;
border:#f09000 1px solid;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFF;
background:#f09000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background:#f09000;
color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* --- Map Country List --*/

#countryname, #countryname a {
display:block;
margin:0;
font:11px/1.8em Verdana, sans-serif;
_font:90%/1.8em 'MS Gothic', sans-serif;
}

.country {
height:18px;
}


#countryname_en, #countryname_en a {
display:block;
margin:0;
font:11px/1.8em Verdana, sans-serif;
}

.country {
height:18px;
}



/*------ Area Buttons ------- */

#g_navi {
	height:20px;
	margin:0;
}
#g_navi ul {
	padding:0;
	margin:0 auto;
	width:401px;
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:20px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------off-------*/
#g_navi li.g_navi01 a {
	background:url(../images/map/button.gif) no-repeat 0px 0px;
	width:78px;
}
#g_navi li.g_navi02 a {
	background:url(../images/map/button.gif) no-repeat -78px 0px;
	width:244px;
}
#g_navi li.g_navi03 a {
	background:url(../images/map/button.gif) no-repeat -322px 0px;
	width:79px;
}


/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(../images/map/button.gif) no-repeat 0px -20px;
}
#g_navi li.g_navi02 a:hover {
	background:url(../images/map/button.gif) no-repeat -78px -20px;
}
#g_navi li.g_navi03 a:hover {
	background:url(../images/map/button.gif) no-repeat -322px -20px;
}


/*------on*/
#g_navi li.g_navi01_on a {
	background:url(../images/map/button.gif) no-repeat 0px -40px;
	width:78px;
}
#g_navi li.g_navi02_on a {
	background:url(../images/map/button.gif) no-repeat -78px -40px;
	width:244px;
}
#g_navi li.g_navi03_on a {
	background:url(../images/map/button.gif) no-repeat -322px -40px;
	width:79px;
}

/*------ Area Buttons ENGLISH ------- */

#g_navi_en {
	height:20px;
	margin:0;
}
#g_navi_en ul {
	padding:0;
	margin:0 auto;
	width:401px;
}
#g_navi_en li {
	display:inline;
	list-style-type:none;
}
#g_navi_en li a {
	height:20px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------off-------*/
#g_navi_en li.g_navi01_en a {
	background:url(../images/map/button.gif) no-repeat 0px 0px;
	width:78px;
}
#g_navi_en li.g_navi02_en a {
	background:url(../images/map/button.gif) no-repeat -78px 0px;
	width:244px;
}
#g_navi_en li.g_navi03_en a {
	background:url(../images/map/button.gif) no-repeat -322px 0px;
	width:79px;
}


/*------hover*/
#g_navi_en li.g_navi01_en a:hover {
	background:url(../images/map/button.gif) no-repeat 0px -40px;
}
#g_navi_en li.g_navi02_en a:hover {
	background:url(../images/map/button.gif) no-repeat -78px -40px;
}
#g_navi_en li.g_navi03_en a:hover {
	background:url(../images/map/button.gif) no-repeat -322px -40px;
}


/*------on*/
#g_navi_en li.g_navi01_en_on a {
	background:url(../images/map/button.gif) no-repeat 0px -40px;
	width:78px;
}
#g_navi_en li.g_navi02_en_on a {
	background:url(../images/map/button.gif) no-repeat -78px -40px;
	width:244px;
}
#g_navi_en li.g_navi03_en_on a {
	background:url(../images/map/button.gif) no-repeat -322px -40px;
	width:79px;
}

