#quickmenu_leftPanel{	/* Styling the help panel */
	background-color: #000;
	color:#FFF;	/* White text color */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Which font to use */
	
	/* You shouldn't change these 5 options unless you need to */		
	height:100%;	
	font-size: 12px;	
	left:0px;
	z-index:10;
	position:absolute;
	display:none;

	/*
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8; 
	*/
}
#quickmenu_leftPanel #leftPanelContent{
	padding:7px;
}
#quickmenu_leftPanel .closeLink{ /* Layout of close link */
	padding-left:2px;
	padding-right:2px;
	background-color:#FFF;
	position:absolute;
	top:2px;
	right:2px;
	border:1px solid #000;
	color:#000;
	font-size:0.8em;				
}
#quickmenu_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
	color:#FFF;
	background-color:#000;
}
#quickmenu_leftPanel h1 {
	font-size: 18px;
}
#quickmenu_leftPanel h2 {
	font-size: 14px;
}
#quickmenu_leftPanel .header {
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-bottom: 5px;
}
#quickmenu_leftPanel li {
	clear: both;
}
#quickmenu_leftPanel li .link {
	float: left;
	width: 160px;
	margin-right: 2px;
}
#quickmenu_leftPanel li .remove {
	background: #fff;
	float: right;
	width: 15px;
	background: #fff url('../images/remove.gif');
	text-align: center;
	cursor: pointer;
}
#quickmenu_leftPanel li a {
	color: #CCCCCC;
}
#quickmenu_leftPanel .favorites_item {
	border: 1px dotted #fff;
	height: 35px;
	padding: 2px;
	background: #fff;
	margin-bottom: 3px;
	overflow: hidden;
}
#quickmenu_leftPanel .favorites_item a {
	color: #000;
}