#menuitempages a {
	display: block;
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #180100;
	opacity: .70;
	filter: alpha(opacity=70);
	width: 155px;
	border-bottom: 1px dotted #BF7E87;
}

#subnav a {
	display: block;
/*  this really does indent the nested list when used
	text-indent: 15px; */
	border-bottom: none;
	vertical-align: baseline;
	margin-top: 0px;
	margin-bottom: 0px;
/*
	padding-left: 15px;
*/	padding-top: 1px;
	padding-bottom: 1px;
	background: #180100;
	opacity: .90;
	filter: alpha(opacity=90);
}

#topspace a {
	background: #180100;
	opacity: .90;
	filter: alpha(opacity=90);
	padding-top: 30px;
	border-bottom: none;
	cursor:default;
}

#topspacelight a {
	background: #180100;
	opacity: .70;
	filter: alpha(opacity=70);
	padding-top: 30px;
	border-bottom: none;
	cursor:default;
}

#bottomspace a {
	background: #180100;
	opacity: .70;
	filter: alpha(opacity=70);
	padding-top: 50px;
	cursor:default;
	border-bottom: none;
}

#bottomspaceshort a {
	background: #180100;
	opacity: .70;
	filter: alpha(opacity=70);
	padding-top: 20px;
	cursor:default;
	border-bottom: none;
}

/*
#active {
	background: #180100;
	opacity: .90;
	filter: alpha(opacity=90);
	border-bottom: none;
}
*/

#active a {
	display: block;
	padding-bottom: 0px;
	background: #180100;
	opacity: .90;
	filter: alpha(opacity=90);
	border-bottom: none;
/*
	cursor:default;
*/}

.activesingle {
	background: #180100;
	opacity: .90;
	filter: alpha(opacity=90);
	cursor:default;
}

#activeborder a {
	background: #180100;
	opacity: .90;
	filter: alpha(opacity=90);
}

#menuitempages ul li.active {
	background: #180100;
	opacity: .90;
	filter: alpha(opacity=90);
}

/*
#divider {
	border-bottom: 1px dotted #BF7E87;
	padding-bottom: 8px;
	background: green;
	opacity: .90;
}
*/

#divider a {
/*
	border-bottom: 1px dotted #BF7E87;
*/	padding-bottom: 3px;
	background: #180100;
	opacity: .90;
	filter: alpha(opacity=90);
}