/*栏目菜单的风格*/


#ColumnMenuContent {
	font-size: 12px;
	border:1px solid #6699FF;
	/*background: #EBEBEB;*/
	width:392px !important;
	width:400px;
	background:#F7FCFF url(column_menu_bg.gif) repeat-x;
	padding:0 4px;
}

#ColumnMenuContent dl {
	color: #154BA0;
	/*border: 1px solid #86B9D6;*/
	margin:0;
	padding:0;
	/*background: #EBEBEB;*/
	
	

}


#ColumnMenuContent dt {
	/*background: #D8D8D8;*/
	color: #154BA0;
	clear:left;
	font-weight:bold;
	padding:4px 0 4px 6px;
	margin:4px 0 4px 0;
	border-bottom:1px solid #6699CC;
}


#ColumnMenuContent dd {
	white-space: nowrap;
	overflow:hidden;
	color: #154BA0;
	width:96px !important;
	height:18px !important;
	width:100px;
	height:22px;
	margin:2px 0;
	float:left;
	/*background: #EBEBEB;*/
	
}


.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*#ColumnMenuContent li.popupmenu_highlight {
	background: #EBEBEB;
	color: #154BA0;
	width:80px;
	float:left;
}*/

/*链接风格*/
/*.nav {
font: 12px Tahoma, Verdana;
color: #154BA0;
text-decoration: none;
}

a.nav:link {
font: 12px Tahoma, Verdana;
color: #154BA0;
text-decoration: none;
}

a.nav:visited {
font: 12px Tahoma, Verdana;
color: #154BA0;
text-decoration: none;
}
*/

