/* Start of CMSMS style sheet 'home_articles_tab' */
.inner_tabs{
	direction: rtl;
	width: 650px;
	margin: 10px auto;
}
			
.inner_tabs ul.tab_headers{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	overflow: auto;
}

.inner_tabs ul.tab_headers li{
	padding: 2px 5px;
	float: right;
	margin: 5px 10px;
	cursor: pointer;
	color: #002664;
	font-weight: bold;
}

.inner_tabs ul.tab_headers li:hover{
	color: #0099BF;
}

.inner_tabs ul.tab_headers li.active{
	border-bottom: 2px solid #ff6600;
}

.inner_tabs div.tab_contents{
	display: none;
}
/* End of 'home_articles_tab' */

