div#eticketmenu {

	height: 50px;
	width: 800px;
	text-align: center;

	margin-left: auto;
	margin-right: auto;

}

a.eticketmenubutton {

	display: block;

	width: 150px;
	height: 30px;
	line-height: 30px;

	margin: 5px;

	background: #FFFF00;
	color: #000000;

	font-weight: bold;
	font-size: 1.2em;

	text-decoration: none;

	float: left;
	
}

a.eticketmenubutton_small {

	display: block;

	width: 125px;
	height: 25px;
	line-height: 25px;

	margin: 10px;

	background: #008000;
	color: #FFFFFF;

	font-weight: bold;
	font-size: 1em;

	text-decoration: none;

	float: left;
}

div#employeemenu {

	width: 800px;
	text-align: center;

	margin-left: auto;
	margin-right: auto;

}

a.employeemenubutton {

	display: block;

	width: 110px;
	height: 25px;
	line-height: 25px;

	margin: 5px;

	background: #008000;
	color: #FFFFFF;

	font-weight: bold;
	font-size: 1em;

	text-decoration: none;

	float: left;
}
