.tab-wrapper
{
	padding:				1em 1em;
	margin:					0;
	border:					0px solid #eee;
	clear:					both;
	
	background : url('../img/tab_content_bg.jpg') bottom repeat-x;
	
	border-bottom : 1px solid #e3d9b9;
	
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				none;
	
}
.tab-menu ul {

	border : 1px solid #000000;

}

.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	list-style:				none;
	line-height:			2em;

	border-top : 1px solid #e3d9b9;
	
	background : url('../img/tab_unselected_bg.jpg') bottom repeat-x;
	
}
.tab-menu li a
{
	padding:				9px;
	
	color : #3f3f3f;	

	letter-spacing: 0px;	
	
	border : 0;
	
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	border : 0;
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	border : 0;
	
	font-size : 1.0em;

}

.tab-menu li.tab-selected
{
	background : url('../img/tab_selected_bg.jpg') top repeat-x;

}


/*******************************/

.dest-wrapper
{
	padding:				1em 1em;
	margin:					0;
	border:					0px solid #eee;
	clear:					both;
	
	font-size : 0.8em;
	
	background-color : #fff7e2;
}

.dest-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
	
}
.dest-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	list-style:				none;
	line-height:			2em;
	
	font-size : 0.8em;
	font-weight : normal;
	
}
.dest-menu li a
{
	padding:				0 .6em;
	font-weight:			bold;
	
	color : #3f3f3f;	
	
	border : 0px;
	
}
.dest-menu li a:hover,
.dest-menu li a:focus
{
	/* your effect here */
}
.dest-menu li.dest-selected a
{
	text-decoration:		none;
	color:					inherit;
	
	border-bottom : 0px solid #ed3030;
	
	background-color : #fff7e2;

}

.dest-menu li.dest-selected
{

	background-color : #fff7e2;

}

