﻿body {
    text-align: center;
}
.menu 
{
    border-top-color: Red; border-top-style: solid; border-top-width:thin;
    border-bottom-color: Red; border-bottom-style: solid; border-bottom-width:thin;
    text-align: center;
}
.leftalign
{
	text-align: left;
}
.IE8Fix
{
	 z-index: 1000;
}