@charset "utf-8";
#quick_menu {
	width: 190px;
	border: 1px solid #B2B2B2;
	height: 250px;
	z-index: 150;
	position: absolute;
	display: block;
	background-color: #EEEEEE;
	right: 45px;
	top: 80px;
	font-size: 10pt;
}
#qm_head {
	background-image: url(../images/table_header_bk_h25.jpg);
	background-repeat: repeat;
	height: 25px;
	width: 190px;
	z-index: 160;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	line-height: 25px;
}


#corner1 {
	position: absolute;
	top: -1px;
	background-image: url(../images/round_corner1.gif);
	height: 10px;
	width: 10px;
	z-index: 140;
	left: -1px;
	background-repeat: no-repeat;
}
#corner2 {
	position: absolute;
	top: -1px;
	background-image: url(../images/round_corner2.gif);	height: 10px;
	width: 10px;
	z-index: 140;
	right: -1px;
	background-repeat: no-repeat;
}
#corner3 {
	position: absolute;
	background-image: url(../images/round_corner3.gif);
	height: 10px;
	width: 10px;
	z-index: 140;
	right: -1px;
	background-repeat: no-repeat;
	bottom: -1px;
}
#corner4 {
	position: absolute;
	background-image: url(../images/round_corner4.gif);
	height: 10px;
	width: 10px;
	z-index: 140;
	left: -1px;
	background-repeat: no-repeat;
	bottom: -1px;
}
#quick_menu ul {
	list-style-type: none;
	top: 26px;
	right: 0px;
	position: absolute;
	left: 0px;
	width: 190px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#quick_menu li {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 190px;
	line-height: 30px;
	float: left;
	}
#quick_menu li a   {
	line-height: 30px;
	height: 30px;
	width: 190px;
	color: #00559B;
	text-decoration: none;
	font-size: 10pt;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;

}


#quick_menu li a:visited {
	text-decoration: none;
}
#quick_menu li a:hover {
	background-color: #B7B7B7;
}
