
#menu-quick {
	position:absolute;
	top:45px;
	left:620px;
	height:auto;
	margin:0;
	background-image: url(../images/quick_bg.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
	width: 160px;
	z-index:10;

}
#menu-quick span {
	line-height:20px;
	height:21px;
	text-decoration: none;
	padding-left:18px;
	font-size: 11px;
	font-weight: bold;
	color: #777;
	display:block;
}
#menu-quick span a{
	color: #777;
	cursor:text;
	text-decoration:none;}
#menu-quick-sub {
	display:none;
	height:auto;
}
#menu-quick-sub a {
	font-size: 11px;
	font-weight: bold;
	color: #58595b;
	display:block;
	text-decoration: none;
	background-color: #eee;
	border-bottom:#58595b solid 1px;
	border-left:#58595b solid 1px;
	border-right:#58595b solid 1px;
	padding:3px 12px;
	margin:0 20px 0 8px;
}
#menu-quick-sub a:hover {
	background-color:#ffdb36;
}
