/*strategy*/

#strategy{
	width:100%;
/*	overflow:hidden;
*/}

#strategy h2{
	font-size:22px;
	padding:0 0 20px 0;
	margin-top:30px;
	margin-bottom:0px;
	color:#fff;
}
#strategy p.text{
	width:495px;
	font-size:14px;
	line-height:1.5em;
	padding:0 0 14px 0;
}



#strategy p.more{
	width:480px;
	font-size:12px;
	overflow:hidden;
}
#strategy p.more a{
	float:right;
	color:#2B76A8;
	background:url(../images/more_botton.jpg) no-repeat;
	display:block;
	cursor:pointer;
	width:80px;
	height:23px;
	text-align:center;
	padding-top:5px;
}

#strategy .links{
	width:520px;
	height:52px;
	overflow:hidden;
	margin:28px 0 0 0px;
	}
	
#strategy .links ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#strategy .links li{
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:2px 12px 0 0px;
	color:#fff;
	}
#strategy .links li a{
	width:160px;
	float:left;
	text-align:center;
	text-decoration:none;
	height:23px;
	color:#fff;
	padding:5px 0 0 0;
	background: url(../images/link_active.jpg) no-repeat right top;

}
#strategy .links li a:hover{
	width:160px;
	height:23px;
	text-decoration:none;
	color:#fff;
	padding:5px 0 0 0;
	background:url(../images/hover_link.jpg) no-repeat right top;
}

/*#strategy .links li a.green{
	width:162px;
	background:url(images/button_green.png) no-repeat;
}
#strategy .links li a.pink{
	width:119px;
	background:url(images/button_pink.png) no-repeat;
}
#strategy .links li a.blue{
	width:170px;
	background:url(images/button_blue.png) no-repeat;

}*//* CSS Document */