/*
 *
 Navigation menu 
 *
 */
	#qe-auxiliary{
		width:250px;
		height:100%;
		padding-bottom:0.85em;
		background:#DFEEC9 url('../../../images/framework/bg_body_shade_1.png') repeat-x top;
		float:left;
	}

	.qe-sub_top,
	.qe-sub_bottom{
		float:left;
		width:220px;
	}

	.qe-sub{
		width:220px;
		margin:1em auto;
	}	

	.qe-sub_top{
		height:50px;
		overflow:hidden;
		line-height:60px;
		text-indent:1.5em;
		color:#fff;
		text-transform:uppercase;
		background: url('../../../images/menu/menu_top.png') no-repeat top center;
	}

	.qe-sub_body{
		width:201px;
		float:left;
		font-size:0.75em;
		padding:10px 10px 0 9px;
		background: url('../../../images/menu/menu_body.png') repeat-y top center;
	}

	.qe-sub_bottom{
		height:30px;
		background: url('../../../images/menu/menu_bottom.png') no-repeat bottom center;
	}


/*
 *
 Navigation Items 
 *
 */

	.qe-sub_body ul{
		width:201px;
	}

	.qe-sub_body ul li,
	.qe-sub_body ul li a{
		width:201px;
		height:32px;
		line-height:32px;
		text-indent:14px;
		border-bottom:2px solid #fff;
		font-weight:bold;
		display:block;
	}

	.qe-sub_body ul li{
		background:#C0DD94;
	}

	
	.qe-sub_body ul li a:hover,
	.qe-sub_body ul li.active,
	.qe-sub_body ul li.active a{
		background-color:#000;
		color:#fff !important;
	}

/*
 *
Tip Items 
 *
 */

	.qe-box{
		float:left;
		clear:both;
		width:225px;
		border:2px solid #fff;
		margin-bottom:1em;
	}

	.qe-box-head{
		background:#4F803B;
		height:40px;
		line-height:40px;
		color:#fff;
		padding-left:1em;
		border-bottom:2px solid #fff;
	}

	.qe-box-head h2{
		float:left;
	}
	
	.qe-box-body{
		background:#C0DD94;	
		padding:1em;
	}