div.module.sections_module .module_content .section_tabs
{
	padding: 0 15px;
}

div.module.sections_module .module_content .section_tabs a
{
	display: block;
	float: left; 
	margin-right: 15px;
	padding: 10px 15px 0 15px;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	height: 30px;
	background-color: #FFF;	
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;	
	/*border-bottom: 1px solid #CCC;*/
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);	
}

div.module.sections_module .module_content .section_tabs a.current,
div.module.sections_module .module_content .section_tabs a:hover
{	
	filter: alpha(opacity=100);
	opacity: 1;
	/*border-bottom: 1px solid #FFF;	*/
}