#masthead, #menu, #vidMenu, #wmasthead {
	position: fixed;
	left: 0;
	right: 0;
}

#masthead, #wmasthead {
	top: 0;
	height: 75px;
	padding: 1em;
}

#masthead {
	background-color: white;
	color: black;
}

#wmasthead {
	background-color: black;
	color: white;
}

#menu, #vidMenu {
	top: 75px;
	height: 26px;
	padding-top: 6px;
}

A.menu {
	color: white;
	background-color: black;
	font-size: 13pt;
	font-weight: bold;
}

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

/* Hack to eliminate hover highlight over images */
A.noHover:hover {
    background-color: transparent;
}

.logo {
    border-color: blue;
    border-width: 1px;
    border-style: solid;
}

.logo:hover {
    border-color: red;
}