.menu
{
	display: block;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	background: black;
	border: none;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 12px;
    }

hr.divider 
{
    border: solid 6px black;
    width: 100%;
    height: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}

.menu span {
    padding-left: 8px; 
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: Black;
	color:white;
	}

.menu a:visited  {background: black;
    color: white;}

.menu span:hover {border-top: solid 2px white;
	border-bottom: solid 2px white;}

.menu span a {color: White;
    background: black;
    text-decoration: none;
    padding-left: 5px; padding-right: 5px;}

.menu span a:hover{background: white;
    color: Black;
    text-decoration: none;}

