#content h2 {
	clear: both;
}

#content p {
	line-height: 150%;
	clear: both;
}

#article {
	margin: 10px 20px;
}

#article2 {
	margin: 10px 15px;
}


#content2 p {
	line-height: 150%;
}


ul.cat_list {
	float: right;
	margin: 5px 12px 0 0;
	padding: 0;
	width: 13.5em;
	color: #0066cc;
}
ul.cat_list li {
	list-style: none;
	margin: 0;
	padding: 2px 3px;
/*	text-align: right;*/
}
ul.cat_list > li {
	position: relative;
	border: 1px solid #CCC;
	background-color: #FFE;
	background-image: url(/images/top_list_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0;
}
ul.cat_list li > a {
	padding: 5px;
	display: block;
}
ul.cat_list li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	left: -1px;
	visibility: hidden;
	width: 15em;
	background-color: #FAFAFF;
	border: 1px solid #CCC;
}
ul.cat_list li li { padding: 0; }
ul.cat_list li:hover > a { /*background: #00c;*/ }
ul.cat_list li:hover ul { visibility: visible; }
ul.cat_list li ul li:hover > a { background: #D5EEEC; }

.top_list {
	padding-top: 8px;
	clear: both;
}

