#floatLeft{
	float:left;
}

#linkTop{
	margin-left:10px;
	width: 100px;
	height:20px;
	color:white;
	background-color: #CC0617;
	background-image: url('images/topMenu.jpg');
	font: 900 18px Arial;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
	border: solid thin #CC0617;
	border-bottom: none;
}

#link1Off{
	margin-left:10px;
	width: 100px;
	height:20px;
	color:#dd0627;
	background-color: white;
	font: 14px Arial;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
	border-right: solid thin #CC0617;
	border-left: solid thin #CC0617;
}

#link1On{
	margin-left:10px;
	width: 100px;
	height:20px;
	color:#dd0627;
	background-color: white;
	font: 14px Arial;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
	border-right: solid thin rgb(205,50,50);
	border-left: solid thin rgb(205,50,50);
}

#linkBottom{
	margin-left:10px;
	width: 100px;
	height:20px;
	color:#dd0627;
	background-color: white;
	font: 20px Arial;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
	border-right: solid thin rgb(205,50,50);
	border-left: solid thin rgb(205,50,50);
	border-bottom: solid thin rgb(205,50,50);
}

#linkGap{
	margin-left:10px;
	width: 100px;
	height:50px;
	float:left;
	clear:left;
}