﻿#left
{
   float:left;
   width:200px;
   background:#e6f3fb;
}
#right
{
    float:left;
    width:750px;
}

#left .clear
{
    clear:both;
    height:1px;
    font-size:1px;
    line-height:1px;
    overflow:hidden;
    background:#8FC4E4;
}
#left .title
{
   padding:20px 0px;
   text-align:center;
   font-size:16px;
   color:#868686;
}
#left .menu
{
	border-top:1px solid #fff;
	font-size:14px;
	padding-top:5px;
    width:200px;
    height:338px;
}
#left .menu ul{
	list-style:none;
	margin:0;
    margin-left:5px;

}
#left .menu ul li{
	height:31px;
	line-height:31px;
	float:left;
	width:190px;
	position:relative;
}
#left .menu a{
	width:180px;
	padding-left:15px;
	position:absolute;
	display:block;
	clear:both;
	text-decoration:none;
	float:left;
}
#left .menu a:link 
{
	color:#295394;
}
#left .menu a:visited 
{
	color:#295394;
	text-decoration:none;
}
#left .menu a:hover {
	background:url(/images/about_01.png) no-repeat left 0 #fff;
	border-left:1px solid #acbfd0;
	border-top:1px solid #acbfd0;
	border-bottom:1px solid #acbfd0;
	font-weight:bold;
	color:#000000;
}
#left .menu a:active
{
   border-bottom:1px solid #acbfd0;
}
#left .menu a.li_active
{
	background:url(/images/about_01.png) no-repeat left 0 #fff;
	border-left:1px solid #acbfd0;
	border-top:1px solid #acbfd0;
	border-bottom:1px solid #acbfd0;
	font-weight:bold;
}

#right .rms_u{
	background:url(/images/about_03.png) no-repeat 0 0px;
	height:2px;
	overflow:hidden;
}
#right .rms_d{
	background:url(/images/about_03.png) no-repeat 0 -3px ;
	height:2px;
	overflow:hidden;
}
#right .container
{
	margin:0 auto;
	border-left:1px solid #bcd6e8;
	border-right:1px solid #bcd6e8;
	min-height:400px;
	zoom:1;
}
#right .title{
    font-size:14px;
    height:27px;
    font-weight:bolder;
	background:url(/images/about_02.png) no-repeat 0;
	border-bottom:1px solid #bad1de;
    line-height:27px;
    padding-left:15px;
}
#right .content{
   width:700px;
   padding:10px 0px;
}
#right .content .colorA{
   color:#FF0000;
}
#right .content .colorB{
   color:#009900;
}