@charset "UTF-8";
/* CSS Document */

.hiddenPic {display:none;}

.qltop, .qltop ul{ 
	font: 11px Trebuchet MS;
	margin: 6px 0 0 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 0;	
}

.qltop li a{
display: block;
width: 203px; /*width of menu (not including side paddings)*/
color: #000;
background-color: #f7f7f7;
text-decoration: none;
padding: 8px 0px 8px 24px;
border-top: 1px solid #ccc;
text-align: left;	
}

* html .qltop li{ /*IE6 CSS hack*/
display: inline-block;
width: 227px; /*width of menu (include side paddings of LI A*/
}

.qltop li a:hover{
	background-color: #0080b3;
	color: white;
	background-image: url(../art/qlback.png);
	background-repeat: repeat-x;
	
}


.qlmid, .qlmid ul{ 
	font: 11px Trebuchet MS;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 0;	
}

.qlmid li a{
display: block;
width: 203px; /*width of menu (not including side paddings)*/
color: #000;
background-color: #f7f7f7;
text-decoration: none;
padding: 8px 0px 8px 24px;
border-top: 1px solid #ccc;
text-align: left;
}

* html .qlmid li{ /*IE6 CSS hack*/
display: inline-block;
width: 227px; /*width of menu (include side paddings of LI A*/
}

.qlmid li a:hover{
	background-color: #0080b3;
	color: white;
	background-image: url(../art/qlback.png);
	background-repeat: repeat-x;
}



.qlbottom, .qlbottom ul{ 
	font: 11px Trebuchet MS;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 0;	
}

.qlbottom li a{
display: block;
width: 203px; /*width of menu (not including side paddings)*/
color: #000;
background-color: #f7f7f7;
text-decoration: none;
padding: 8px 0px 8px 24px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: left;
}

* html .qlbottom li{ /*IE6 CSS hack*/
display: inline-block;
width: 227px; /*width of menu (include side paddings of LI A*/
}

.qlbottom li a:hover{
	background-color: #0080b3;
	color: white;
	background-image: url(../art/qlback.png);
	background-repeat: repeat-x;	
}



#qldrop, #qldrop ul{
font: 11px Trebuchet MS;
color: #000;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #e5edf1;
	border-top: 1px solid #ccc;
	border-bottom-width: 0;
	text-align:left;
	position:absolute;
		
	}


#qldrop li a{
display: block;
width: 203px; /*width of menu (not including side paddings)*/
color: #000;
background-color: #e5edf1;
text-decoration: none;
padding: 8px 0px 8px 24px;

border-bottom: 1px solid #ccc;
text-align: left;
font: 11px Trebuchet MS;
color: #000;
font-weight: bold;


}

#qldrop li a:hover{
	color: white;
	background-image: url(../art/qlback.png);
	background-repeat: repeat-x;
	
		
}

#qldrop ul .item{display:none; }

#qldrop ul:hover .item{
display:block;
padding:0px;
margin:0px;

}

#qldrop ul:hover .item a{display: block;
width: 193px; /*width of menu (not including side paddings)*/
color: #000;
background-color: #e5edf1;
text-decoration: none;
padding: 4px 0px 4px 34px;
border-bottom: 1px solid #ccc;
text-align: left;
font-weight: normal;
}

#qldrop ul:hover .item a:hover{color:#fff;}

