﻿.ql
{
	text-align:left;
	vertical-align:top;
	padding:0;
	margin:0;
	width:192px;
}

/* 连接样式 */

.ql a
{
    padding-bottom:5px;
    white-space: normal;
    /*word-break:break-all;*/
    word-wrap:break-word;
    width:100%;
    cursor:hand;
    margin:0;
    padding-top:4px;
    font-family: Tahoma, Arial, Helvetica;
    color:#FFFFFF;
    height:100%;
    display: block;
}
.ql A:hover
{
	display: block;
	width: 100%;
	color: #000000;
	height: 100%;
	text-decoration: none;

}

.ql ul
{
	width:192px;
	margin:0;
	padding:0;

	list-style: none;
}
.ql li
{
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:middle;
	list-style-type:none;


}

/* 一级菜单 */


/* 一级菜单-宽度 */

.ql .level0
{
	width:208;
	padding:0;
	margin:0;
	height:29;

}

/*  */

.ql .level0 ul
{
	height:29px;
}

/* 一级菜单-字体样式(大小，间距等) */

.ql .level0 A
{
	font-size:12px;
	color:#000;
	font-weight:bold;
	padding-left:36px;
	margin:0;
	height:29; 
padding-top:6px;
	display: block;
        background: url(/Portals/0/images/sec_menu_bg_2.gif);

}

/*  */

/* 一级菜单-字体样式(连接样式，背景) */

/* 1.当前页面字体颜色 */

a.level0_selected:link,a.level0_selected:activate,a.level0_selected:visited
{
	color:#616161;padding-top:5px;
}
a.level0_withsubselected:link,a.level0_withsubselected:activate,a.level0_withsubselected:visited
{
        background: url(/Portals/0/images/sec_menu_bg_2.gif);
	color:#616161;
}

/* 2.非当前页面字体颜色 */

a.level0_withsubselected:hover
{
        background: url(/Portals/0/images/sec_menu_bg_1.gif);
	color:#000000;
height:29px;
}

/*  */

/* 二级菜单 */


.ql .level1
{
	width:100%;
	padding:0;
	margin:0;
	height:28;	
}
.ql .level1 ul
{
	margin:0;
	padding:0;
	height:100%;	
}
.ql .level1 a
{  
color:#616161;
	width:192px;
        height:29px;
	font-weight:normal;
	padding-left:52px;
padding-bottom:2px;
	background-repeat:no-repeat;
        background: url(/Portals/0/images/sec_menu_bg_3.gif);
	display: block;
}



a.level1_withsubselected:link,a.level1_withsubselected:activate,a.level1_withsubselected:visited
{	
        color:#616161;
	width:192px;
        height:28px;	
        padding-bottom:2px;
        display: block;
	padding-left: 52px;
       background: url(/Portals/0/images/sec_menu_bg_3.gif);
	background-repeat: no-repeat;
}

/* 二级菜单 */

.ql .level2
{
	width:100%;
	padding:0;
	margin:0;
}
.ql .level2 ul
{
	margin:0;
	padding:0;
	height:100%;	
}
.ql .level2 a
{
	width:100%;
	padding-left:35px;
	background-image:url(images/white-line.jpg);
	background-repeat:no-repeat;
	background-position:25 10;
	display: block;
}
a.level2_withsub:link,a.level2_withsub:activate,a.level2_withsub:visited
{
	display: block;
	padding-left: 35px;
	background-image: url(images/dian.jpg);
	background-position:25 10;
	width: 100%;
	background-repeat: no-repeat;
}
a.level2_withsubselected:link,a.level2_withsubselected:activate,a.level2_withsubselected:visited
{
	display: block;
	padding-left: 35px;
	background-image: url(images/xiadian.jpg);
	background-position:25 10;
	width: 100%;
	background-repeat: no-repeat;

}

/* 三级菜单 */

.ql .level3
{
	width:100%;
	padding:0;
	margin:0;	
}
.ql .level3 ul
{
	margin:0;
	padding:0;
	height:100%;	
}
.ql .level3 a
{
	width:100%;
	height:100%;
	background-image:url(images/white-line.jpg);
	background-repeat:no-repeat;
	background-position:35 10;
	display: block;
	padding-left:45px;
}
