@charset "utf-8";
/* CSS Document - about */
ul.left_menu > li > a:hover {
	color:#FF7B3D;
	background: url(../data/links/dot_.png) 5px 14px no-repeat;
}
ul.left_menu > li.act > a{
	color:#FF7B3D;
	background:url(../data/links/dot_.png) 5px 14px no-repeat;
}
ul.left_menu > li.active > a{
	color:#FF7B3D;
	background:url(../data/links/dot_.png) 5px 14px no-repeat;
}
ul.left_menu ul li a:hover {
	color:#FF7B3D;
	text-decoration: none;
}
ul.left_menu ul li.active > a{
	color:#FF7B3D;
	text-decoration: none;
}
.leftnav {
	height: auto;
	position: relative;
	border:#FF843D 1px solid;
	border-bottom:#FF843D 3px solid;
	margin-bottom:20px;
}

#content{
	width:674px;
	margin:0 auto;
	position: relative;
	line-height: 26px;
}
#content li{
	width:154px;
	height:64px;
	float:left;
	margin:0 11px 10px 0;
	position:relative;
	list-style:none;
	border:#0A7DD6 3px solid;
}
#content li:nth-child(4n+4){
	margin-right:0px;
	float:right;
}
#content li img{
	max-width:154px;
	max-height:64px;
	vertical-align:middle;
}
#content li span{
	position:absolute;
	display:block;
	width:154px;
	height:64px;
	background:url(../data/links/top.png) center no-repeat;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
}
#content li:hover span{
	filter:alpha(Opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
