#menuGenre {
	position: absolute;
	margin: 10px 0 0 470px;
	width: 202px;
}

#menuCat {
	position: absolute;
	margin: 10px 0 0 705px;
	width: 202px;
}

#menuPage {
	position: absolute;
	width: 136px;
	margin: 9px 0 0 95px;
}

#menuAuthor {
	position: absolute;
	width: 215px;
	margin: 10px 0 0 705px;
}

.quick-menu {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.sub-node {
	position: absolute;
	display: none;
	width: 100%;
	z-index: 0;
	margin: 0 0 0 0;
	background: #282828!important;
	background-image: none!important;
	border: SOLID 1px #3f3f3f;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.5);
	box-shadow:0 2px 5px rgba(0,0,0,0.5);
}

.sub-node ul {
	height: 175px;
	margin: 10px 0 13px 0;
	padding: 7px 0 0 0;
	overflow: auto;
}

.sub-node ul li {
	font: 13px Lucida Grande, Lucida Sans;
	list-style: none;
}

.sub-node ul li a {
	display: block;
	color: #ffffff;
	text-shadow: none;
	padding: 0 13px;
}

.first-node button {
	position: absolute;
}

.dropButton {
	position: relative;
	width: 100%;
	z-index: 1;
	font: 13px Lucida Grande, Lucida Sans;
	background: url(../images/dropBack.png) repeat-x;
	padding: 6px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: SOLID 1px #515151;
	-moz-box-shadow: rgba(0,0,0,0.8) 0 0 1px;
	margin: 0 0 -10px 0;
}

.dropButton a {
	padding: 0 13px;
	color:white !important;
}
#menuCat .dropButton button {
	background-position:180px 10px;
	width:195px;
}

.dropButton button {
	background:url("../images/dropArrow.png") no-repeat scroll 115px 10px transparent;
	border:0 none;
	cursor:pointer;
	height:20px;
	position:absolute;
	right:3px;
	text-indent:-999em;
	top:4px;
	width:130px;
}

.first-node div a {
	display: block;
	color: #ffffff;
	text-shadow: none;
	text-transform: none;
}

