div.quickmenu {
	margin: 0px;
	margin-left: 110px;
	padding: 0px;
	width:  100px;
	height: 150px;
}

div.quickmenu_studioname {
	position: absolute;
	z-index: 30;
	top: 115px;
	right: 35px;
	width: 120px;
	height: 30px;
}

div.qm_top {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-image: url('images/quickmenu_top.gif');
	background-repeat: no-repeat;
	width: 104px;
	height:	22px;
	overflow: hidden;
}

div.qm_middle {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url('images/quickmenu_middle.gif');
	background-repeat: repeat-y;
	width: 104px;
}

div.qm_bottom {
	position: relative;
	margin-top: -20px;
	background-image: url('images/quickmenu_bottom.gif');
	background-repeat: no-repeat;
	width: 104px;
	height: 25px;
}

div.qm_links {
	position: relative;
	margin-top: -16px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 148px;
	background-repeat: no-repeat;
}

li.over_eerste {
	margin-top: 5px;
	margin-left: -25px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;	
	list-style-type: none;
	font-family: trebuchet ms;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	width: 80px;
	text-decoration: none;
}

li.over_eerste a {
	color: #000000;
	text-decoration: none;
}

li.over_eerste a:hover {
	color: #FFFFFF;
}

li.over_eerste a:active {
	color: #000000;
	text-decoration: none;
}

li.over_gewoon  {
	margin-left: -32px;
	margin-bottom: 0px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-image: url('images/white_stripes.gif');
	background-repeat: no-repeat; 	
	background-position: 0 0;
	list-style: none;
	font-family: trebuchet ms;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	width: 90px;
	text-decoration: none;
}

li.over_gewoon a {
	color: #000000;
	text-decoration: none;
}

li.over_gewoon a:hover {
	color: #FFFFFF;
}

li.over_gewoon a:active {
	color: #000000;
	text-decoration: none;
}
