.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}
.bottom {
	bottom: 0;
}
.right {
}
.left {
	position: absolute;
	left: 0;
}
.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #ea2129;
	height: 0;
	width: 100%;
	color: white;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 300px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background-color: #ea2129;
	font-size: 1.25em;
	color: #FFFFFF;
	
    -webkit-border-bottom-right-radius 5px;
    -moz-border-radius-bottomright: 5px;

    -webkit-border-bottom-left-radius 5px;
    -moz-border-radius-bottomleft: 5px;
}

.slide-button:hover {
	color: #000000;
}

#list-1 {
	display: inline;
	float: left;
}

#list-2 {
	display: inline;
	float: left;
}

#list-3 {
	float: left;
}

#list-4 {
	float: left;
}

ul.list {
	line-height: 20px;
	list-style-type: none;
	width: 25%;
	font-size: 0.85em;
}

ul.list li {
	border-bottom: 1px solid #000000;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 0px;
	cursor: pointer;
}

ul.list li:hover {
	color: #ea2129;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding-left: 5px;
}


ul.list li.header {
	color: #000000;
	letter-spacing: 5px;
	padding-bottom: 1px;
	font-variant: small-caps;
	font-size: 1em;
	margin-top: 1px;
	cursor: text;
}

ul.list li.header:hover {
	font-size: 1em;
}

label {
	display: block;
}