	#menudiv {
		margin-top: 24px;
		margin-bottom: 24px;
		padding: 0px;
		height: 75px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid black;
	}
	
	.topmenuitem {
		display: block;
		position: relative;
		float: left;
		width: 120px;
		height: 36px;
		margin-left: 2px;
		margin-right: 2px;
		border: 1px solid black;
		background-image: url(../images/button-nav.jpg);
		padding-top: 6px;
		padding-bottom: 0px;
	}
	
	.topmenuitem:hover {
		border: 1px solid red;
	}
	
	.topmenuitem a {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    background: transparent;	
    margin: 0px;
	}
	
	.topmenuitem a:hover {
		color: red;
		background: transparent;
	}
	
	.button {
		border: 1px solid black;
		margin: 0px;
	}
	
	.button:hover {
		border: 1px solid red;
	}
	
	.menu-ul {
		display: none;
		list-style: outside none none;
		width: 135px;
		padding-left: 4px;
		margin-top: -4px;
		padding-top: 0px;
		text-align: left;
	}
	
	.menuitem {
		display: inline-block;
		background: gray;
		color: black;
		width: 135px;
		height: 24px;
		line-height: 26px;
		margin: 0px;
	}
	
	.menuitem:hover {
		background: #999;
		color: #333;
	}
	
	.submenu-ul {
		display: none;
		list-style: outside none none;
		width: 135px;
		margin-left: 95px;
		margin-top: -26px;
		padding-top: 0px;
		text-align: left;
	}
	
	.submenuitem {
		display: inline-block;
		background: gray;
		color: black;
		width: 135px;
		height: 24px;
		line-height: 26px;
		margin: 0px;
	}
	
	.submenuitem:hover {
		background: #999;
		color: #333;
	}

