.tab-wrapper
{
	width:					460px;
	float:					left;
	padding:				1em 0;
	margin:					0 20px 0 0;
	/*clear:					both;*/
}
.tab-menu
{
	margin:					0;
	padding:				1em 0;
width: 150px;
	list-style:				none;
        float:					right;
	overflow:				auto;
border: 1px solid #aaa;
border-width: 1px 0 0 0;
}

#content ul.tab-menu, div.tab-menu {
margin-top: 1em;
}

.tab-menu li
{
	margin:					0;
	padding:				0;
	line-height:			        2em;
}
.tab-menu li a
{
	display:				block;
	padding:				0 15px;
	font-weight:			        bold;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	color: inherit;
background-color: inherit;
text-decoration: inherit;
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
}
