table.menu {
	width: 100%;
	height: 50px;
} 

table.menu td.logo{
	width: 30%;
	text-align: left;
}

table.menu td {
        text-align: center;
	Font-Family: Arial;
	font-size: 16px;
        color: #9999ff;
        font-weight: bold;
        text-decoration: none;
}
table.menu a:link {
        font-size: 16px;
        color: #9999ff;
        font-weight: bold;
        text-decoration: none;
}
table.menu a:visited {
        font-size: 16px;
        color: #9999ff;
        font-weight: bold;
        text-decoration: none;
}
table.menu a:hover {
        font-size: 16px;
        color: #aaaaaa;
        font-weight: bold;
        text-decoration: none;
}

div.menu {
	Width: 100%;
	height: 2px;
	background-color: #9999ff;
	}
