.tab-wrapper
{
	padding:				0em 0em 1em;
	/*border:					1px solid #eee;*/
	margin-left: 230px;
}
.tab-menu
{
	list-style:				none;
	padding:				0px;
	margin: 				0px 20px 0px 20px;
	clear:					both;
	line-height:			17px;
	font-size:				12px;
	float:left;
	width:200px;
	border:1px solid #DDDDDD;
	
}
.tab-menu li
{
	/*margin:					10px 0px 10px 0px;*/
	border-bottom: dotted 1px #CCCCCC;
	
}
.tab-menu li a
{
	font-family:"Trebuchet MS", Tahoma, Arial;
	padding:				7px 5px;
	/*background-color:		#f5f5f5;*/
	color:					#555;
	text-decoration:		none;
	display:block;
	background: url(../assets/item_arrow.gif) no-repeat left 10px;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/*background-color:		#FAEC8F;*/
	border-bottom-color:	#999;
}
.tab-menu li a:hover
{
	/*background-color:		#FAEC8F;*/
	color:					#000;
	border-bottom-color:	#999;
	background-position: center 10px;
}
.tab-menu li.tab-selected a
{
	/*background-color:		#BCEC8F;*/
}
