/** Menu Tab Section **/
#menu_tab{
	position:relative;
	margin-bottom:15px;
	border-bottom:1px solid #666;
}

#menu_tab span{
	position:relative;
	display:inline-block;
	padding:7px 2px 7px 10px;	
	margin-bottom:-1px;
	color:#000;
}


#menu_tab span span.selArrow{
	display:none;
	padding-top:23px;
	padding-left:29px;
	position:absolute;
	/*background:url(../../../assets/images/menu_hover_arrow.png) no-repeat center bottom;
	left:5px; bottom:-8px;*/
	background:url(../../../assets/images/tab_right_bar_black.png) no-repeat right bottom;
	top:-1px; right:-29px;
}

#menu_tab span span.hoverArrow{
	display:none;
	padding-top:23px;
	padding-left:29px;
	position:absolute;
	/*background:url(../../../assets/images/menu_sel_arrow.png) no-repeat center bottom;
	left:5px; bottom:-8px;*/
	background:url(../../../assets/images/tab_right_bar_red.png) no-repeat right bottom;	
	top:-1px; right:-29px;
}

#menu_tab span.selected{
	background:#666;
	color:#fff;
}

#menu_tab span.selected span.selArrow{
	display:inline-block;
}

#menu_tab span:hover{
	cursor:pointer;
	background:#CD0000;
	color:#fff;
}

#menu_tab span:hover span.hoverArrow{
	display:inline-block;
}
/***/