.tab-wrapper
{
	padding:				0;
	margin:					0;
	border:					0;
	clear:					both;
	overflow:               hidden;

}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
	background-image:       url(../../images/8x2.jpg);
	height:                 52px;
	padding-left:          150px;
	
}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			10px;
	background-image:       url(../../images/latest_sep.gif);
	background-repeat:		no-repeat;
	background-position:    95% 90%;
	width:					85;

}


.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			bold;
	padding-top:			1em;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
}

a.newsItemSelected
{
	text-decoration:		none;
	color:					inherit;
}