a#menubox {
	display:block;
	width:100%;
	height:100%;
	background:#C6DEFD;
	text-align:left;
	text-decoration:none;
	font-family:verdana;
	font-size:12px;
	color:#333333;
}

a#menubox:hover {
	background:#FCEDE4;
	color:#FF0000;
}

a#current-menubox {
	display:block;
	width:100%;
	height:100%;
	background:#8DBCFC;
	text-align:left;
	text-decoration:none;
	font-family:verdana;
	font-size:12px;
	color:#333333;
}

a#current-menubox:hover {
	color:#333333;
}

.menubox-title {
	font-size:14px;
	font-weight:bold;
}


.buybutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cd351b;
	border:1px solid white;
}

.buybutton input {
	border:none;
	background:rgb(205,53,27);
	font-size: 1.2em;
	width:100%;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
	font-weight: 800;
}

.trybutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cd351b;
	border:1px solid white;
}

.trybutton input {
	border:none;
	background:rgb(100,100,205);
	font-size: 1.2em;
	width:100%;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
	font-weight: 800;
}
