.whitespace {
	background-color:#ffffff;
	float: left;
	height: 5px;
	width:100%;
}

.menu_tabs {
	float: left;
	height: 25px;
	width:100%;
}

.darktopline {
	background-color:#afd1ee;
	float: left;
	height: 0px;
	width:100%;
}

.whitetopline {
	background-color:#ffffff;
	float: left;
	height: 0px;
	width:100%;
}

.lighttopline {
	background-color:#2E3192;
	float: left;
	height: 0px;
	width:100%;
}

.lightbottomline {
	background-color: #CC99FF;
	float: left;
	height: 3px;
    width:100%;
}

.whitebottomline {
	background-color:#ffffff;
	float: left;
	height: 2px;
	width:100%;
}

.darkbottomline {
	background-color: #7D4882;
	float: left;
	height: 3px;
    width:100%;
}

