#articleSidebar {
	width: 210px;
	overflow: hidden;
	float: left;
	padding-right: 34px;
}
	#articleSidebar .submenu ul {
		margin: 0;
		padding: 0;
	}
	#articleSidebar .submenu a:focus {
		outline: none;
	}
		#articleSidebar .submenu li {
			margin: 0;
			padding: 0;
			margin-bottom: 2px;
		}
			#articleSidebar .submenu li a {
				background: url(/img/submenu-bottom.gif) no-repeat left bottom;
				display: block;
				padding-bottom: 5px;
				color: #565656;
				text-decoration: none;
			}
				#articleSidebar .submenu li a span {
					background: none;
					background: url(/img/submenu-top.gif) no-repeat left top;
					display: block;
					padding-top: 5px;
					padding-left: 20px;
				}
			#articleSidebar .submenu li a:hover,
			#articleSidebar .submenu li.selected a {
				color: #fff;
				background-image: url(/themes/default/img/submenu-bottom-selected.gif);
			}
				#articleSidebar .submenu li a:hover span,
				#articleSidebar .submenu li.selected a span {
					background-image: url(/themes/default/img/submenu-top-selected.gif);
				}
			
		#articleSidebar .submenu ul ul li {
			margin: 0;
			padding: 0;
			margin-left: 12px;
			padding-right: 20px;
			background: none;
		}	
			#articleSidebar .submenu ul ul li a,
			#articleSidebar .submenu ul li.selected ul a {
				background-repeat: no-repeat;
				background-position: 13px 10px;
				display: block;
				padding: 0;
				margin: 0;
				padding-left: 25px;
				padding-top: 5px;
				padding-bottom: 5px;
				color: #565656;
			}	
				#articleSidebar .submenu ul ul li a span,
				#articleSidebar .submenu ul li.selected ul a span {
					background: none;
					display: inline;
					margin: 0;
					padding: 0;
				}	
				#articleSidebar .submenu ul ul li a:hover,
				#articleSidebar .submenu ul ul li.selected a {
					text-decoration: underline;
				}
				
		
#articleContent {
	width: 541px;
	float: left;
}
	#articleContent .newsList {
		background: #ccc;
		padding: 12px 22px;
		background: #f3f3f3;
		border: 1px solid #e5e5e5;
		margin-top: 20px;
	}
			#articleContent .newsList h6 {
				color: #454545;
				font-size: 14px;
				margin-bottom: 10px;
			}
			#articleContent .newsList a {
				color: #454545;
			}

#homeIntroduction {
	background: url(/img/home-intro-bg.gif) repeat-x left bottom;
	float: left;
	border: 1px solid #ddd;
	color: #666;
}
	#homeIntroduction .wrapper {
		float: left;
		margin: 12px;
	}
		#homeIntroduction img.left {
			margin: 0 20px 0 0;
		}
