.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: 10px;
	width:100%;
}

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

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

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

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

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


