.tab-wrapper
{
	padding:				1em 1.5em;
	margin:					0;
	border:					1px solid #eee;
/*	clear:					both;*/
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	background-color: #6ba0d0;
	margin:					0;
	padding:10px;
	float:					left;
}
.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			bold;
	line-height:			20px;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected {
	background-color: #e9efd9;
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
}
#importblog a { color: #000000; font-size: 14px; }
#importblog li.tab-selected a:hover { color: #173f20; text-decoration: none; }
#importblog li a:hover { color: #ffffff; text-decoration: none; }
