/** Menu News Section **/
.menu_news_title{
	position:relative;
	margin-bottom:5px;
	border-bottom:1px solid #666;
}

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

.menu_news_title 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_news_title 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_news_title span.selected{
	background:#666;
	color:#fff;
}

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

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

.menu_news_title span:hover span.hoverArrow{
	display:inline-block;
}

.menu_news_dtl{
	margin-right:5px;
	padding-right:15px;
	border-right:1px solid #eee;
}
/***/

/** Menu News Content **/
#menu_news_left_content{
	position:relative;
	padding-right:15px;
}
#menu_news_right_content{
	position:relative;
	padding-left:15px;
	border-left:1px solid #ccc
}
.menu_news_div{
	display:block;
	/*height:450px;*/
	overflow:hidden;
	margin-bottom:15px;
}
.menu_news_content div.news_left_summary{
	padding-right:10px;
	border-right:1px solid #eee;
}
.menu_news_content div.news_right_summary{
	padding-left:10px;
}
.menu_news_content div.left_img_news_summary{
	border-bottom:none;
	padding:10px 0 10px 0;
	margin-bottom:0
}
.menu_news_content div.left_img_news_summary div.hl1{
	font-size:15px;
	color:#006699;
	padding:5px 0 5px 0;
}
.menu_news_content div.left_img_news_summary div.hl2 a{
	text-decoration:none;
	font-size:20px;
	padding:5px 0 5px 0;
}
.menu_news_content div.left_img_news_summary div.hl3{
	font-size:15px;
	color:#939;
	padding:5px 0 5px 0;
}
.menu_news_content div.left_img_news_summary div.img{
	float:left;
	border:1px solid #eee;
	margin:5px 10px 10px 0
}
.menu_news_content div.left_img_news_summary div.dtl_summary{
	text-align:justify;
	font-size:12px;
	line-height:17px
}
.menu_news_content div.left_img_news_summary div.dtl_summary a{
	text-decoration:none;
	color:#CD0000
}
/***/