.menu {
	width:1024px;
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    border-right: 0 solid white;
    text-decoration: none;
    background-color: #313031;
    padding: 5px;
	position:relative;
	top:223px;
	left:81px;
	z-index:2
	
}

.menu:hover {
    background-color: black;
}


.toolbar {
    background-color: #none;
    padding: 5px 0px 5px 0px;
}
