/*如果在新的模板中修改，只需要拷贝修改的内容 */

.lne_item {		/*条目显示风格*/
	text-align: left;
	height: 18px;
}
.lne_itemarrow {		/*条目箭头显示风格*/
	background: url(arrow.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 12px;
}
.lne_itemdate {		/* 日期显示*/
	text-align: right;
}

.lne_mainmenu {	 /*第一层菜单栏目*/
	background: url(mainmenubk1.gif);
	background-repeat: repeat-x ;
	text-align: left;
	height: 25px;
}
.lne_mainmenu_begin {	
	background: url(mainmenubk1_begin.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 15px;
}.lne_mainmenu_end {	
	background: url(mainmenubk1_end.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 15px;
}
a.lne_mainmenu_a, a.lne_mainmenu_a:link, a.lne_mainmenu_a:visited  ,lne_mainmenu_a:hover{	
	font: 12 ;
	font-weight: bold;
	text-decoration: none ;
}
a.lne_mainmenu_a:hover {
	color: red;
}

/*第二层菜单栏目*/
.lne_submenu {	 
	background: url(mainmenubk1.gif);
	background-repeat: repeat-x ;
	text-align: left;
	height: 25px;
}
.lne_submenu_begin {	
	background: url(mainmenubk1_begin.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 15px;
}.lne_submenu_end {	
	background: url(mainmenubk1_end.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 15px;
}
a.lne_submenu_a, a.lne_submenu_a:link, a.lne_submenu_a:visited  ,lne_submenu_a:hover{	
	font: 12 ;
	font-weight: bold;
	text-decoration: none ;
}
a.lne_submenu_a:hover {
	color: red;
}


