/* Basic style */
.cssnav {
	position: relative;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url(/images/buttonMouseOver.png) no-repeat;
	white-space: nowrap;
	width: 155px;
	height: 52px;
	margin: 0;
	padding: 0;
}
/* The hyperlink */
.cssnav a {
	display: block;
	color: #000000;
	width: 155px;
	height: 52px;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
}
.cssnav a:hover {
	color: white;
}
/* the image on the button */
.cssnav img {
	width: 155px;
	height: 52px;
	border: 0
}
/* Normally hovering over something should leave it visible */
* html a:hover {
	visibility:visible
}
/* But when we hover over an image on our button, we want to hide the normal image so the alternate one shows through */
.cssnav a:hover img.hide {
	visibility:hidden
}
/* Position the text on the button */
.cssnav span.single {
	position: absolute;
	left: 10px;
	top: 16px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.cssnav span.double {
	position: absolute;
	left: 12px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#buttonimage {
	position: absolute;
	top: 3px;
	left: 100px;
	margin: 0;
	padding: 0;
}
#buttonimage img {
	width: 48px;
	height: 48px;
	border: 0;
}
.buttonimageClass {
	position: absolute;
	top: 3px;
	left: 100px;
	margin: 0;
	padding: 0;
}
.buttonimageClass img {
	width: 48px;
	height: 48px;
	border: 0;
}
#buttonLeft {
	position: relative;
	display: block;
	float: left;
	margin: 5px;
}
.buttonLeftClass {
	position: relative;
	display: block;
	float: left;
	margin: 5px;
}
#buttonRight {
	position: relative;
	display: block;
	float: right;
	margin: 5px;
}
#buttonNormal {
	margin: 5px;
}
.buttonLeftClass {
	position: relative;
	display: block;
	float: left;
	margin: 5px;
}
.buttonRightClass {
	position: relative;
	display: block;
	float: right;
	margin: 5px;
}
.buttonNormalClass {
	margin: 5px;
}
#rejoin {
	clear: both;
}
