

/*========Menu========*/
#sideNavi{
	margin-top:15px;
	width:218px;
}

#sideNavi ul{
	list-style-type:none;
}

#sideNavi ul li{
	float:left;
}	
#sideNavi ul li a{
	display:block;
	text-decoration: none;
}

#sideNavi a.btn1 {width: 218px;height:45px;background: url(/english/com/img/navi/e_navi1.gif) no-repeat 0 0;}
#sideNavi a.btn2 {width: 218px;height:45px;background: url(/english/com/img/navi/e_navi2.gif) no-repeat 0 0;}
#sideNavi a.btn3 {width: 218px;height:40px;background: url(/english/com/img/navi/e_sub1.gif) no-repeat 0 0;}
#sideNavi a.btn4 {width: 218px;height:39px;background: url(/english/com/img/navi/e_sub2.gif) no-repeat 0 0;}
#sideNavi a.btn5 {width: 218px;height:39px;background: url(/english/com/img/navi/e_sub3.gif) no-repeat 0 0;}
#sideNavi a.btn6 {width: 218px;height:39px;background: url(/english/com/img/navi/e_sub4.gif) no-repeat 0 0;}
#sideNavi a.btn7 {width: 218px;height:45px;background: url(/english/com/img/navi/e_navi3.gif) no-repeat 0 0;}
#sideNavi a.btn8 {width: 218px;height:45px;background: url(/english/com/img/navi/e_navi4.gif) no-repeat 0 0;}

/*active*/
#sideNavi a.btn1:hover , #sideNavi a.btn2:hover ,
#sideNavi a.btn3:hover , #sideNavi a.btn4:hover ,
#sideNavi a.btn5:hover , #sideNavi a.btn6:hover ,
#sideNavi a.btn7:hover , #sideNavi a.btn8:hover ,
#sideNavi ul li.active a
{background-position: -218px 0px;}


/*====font====*/
span.text_out {
	position:absolute;
	top:-5000px;
	left:-999px;
}
/*IE*/
* html span.text_out{
	position:static;
	visibility: hidden;
}



