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

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

.darktopline {
	background-color:#282e86;
	float: left;
	height: 10px;
	width:100%;
}

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

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

.darkbottomline {
	background-color:#282e86;
	float: left;
	height: 5px;
    width:100%;
}

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

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


