/*	Menu.css
	General styles for main menu pages
	URL files will be relative to the css directory
 */

html {
 background: url(/web/images/ZoneBlue.jpg) center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
*.SiteLogo {
 position: absolute;
 margin: 10px; padding: 10px;
 border: 2px solid black;
 border-radius: 5px;
 background-color: #C8EEFF;
}
*.MenuItem {
 display:inline; position:absolute;
 text-align:center;
 white-space:nowrap;
 font-family: sans-serif;
 font-weight: bold;
 font-style: italic;
 font-size: 1.5em;
 color: black;
}
*.MenuGroup {
 position: absolute;
 z-index: 100;
 width: 250px;
 margin: 10px; padding: 10px;
 border: 0px solid black;
 border-radius: 10px;
 background-color: #C8EEFF;
}
*.MenuLarge {
 font-size: 1.25em;
 background-color: #E8FEFF;
 box-shadow: 2px 2px 5px #888888;
}
 
*.MenuNormal {
 font-size: 1.00em;
 background-color: #E8FEFF;
 box-shadow: 2px 2px 5px #888888;
}

/* End */
