﻿<style>
#left {
	width:268px;
	overflow:hidden;
	float: left;
	display:inline;
	min-height:650px;
	border: 1px solid #D8D8D8;
	background-color: #F5F5F5;
}
#right {
	width:895px;
	overflow-x:hidden;
	float: right;
	min-height:280px;
	padding-right: 5px;
}
#crumb{ margin-top:20px;
	margin-bottom:18px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-image: url(5_home.jpg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
#crumb *{color:#686868;}
#crumb h2{
	position: absolute;
	font-size: 15px;
	color:#fff;
	text-indent: 25px;	display:none;
}
#crumb span{/*background: url(../images/hom.gif) no-repeat 5px 50%;*/
	text-indent: 25px;	
	float: left;
	margin-right: 30px;	
	padding-left: 10px;	font-size: 15px;	
}
#sideMenu{	
	margin-bottom:10px;
	background-color: #fff;
}
#sideMenu h3{
	
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	background-image: url(../image/5_sideMenuh3.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color:#FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}

#sideMenu ul{}
#sideMenu li{height:50px;border-bottom:1px solid #0168b7;}
#sideMenu a{
	height:50px;
	line-height:50px;
	display: block;
	text-align: center;
	letter-spacing: 2px; color:#333;
	border-left:6px solid transparent;
	font-size: 18px;}
#sideMenu a:link,#sideMenu a:visited{}
#sideMenu a:hover,#currentLi a:link,#sideMenu #currentLi a:visited,#sideMenu #currentLi a:hover{
	border-left: 6px solid #0168b7;
	color: #d60a00;
	text-decoration: none;
	background-color: #ffeeee;}
</style>