
.hbcontainer
{
	position: absolute;
	left: 25px;
	top: 200px;
	width: 750px;
	height: auto;
	padding: 0px;
	border: 1px solid #555555;
	background-color: #DBDADE;
	z-index: 6;
	}

.aboutcontainer
{
	position: absolute;
	left: 25px;
	top: 200px;
	width: 750px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 1px solid #555555;
	background-color: #DBDADE;
	z-index: 10;
	}



.hbcontainer a:link
{
		cursor: pointer;
}
.hoverbox
{
	margin: 0px 3px;
	list-style: none;
}
.hoverbox a:link
{	text-transform: uppercase;
}


.hoverbox img
{	
	margin-bottom: 5px;
	vertical-align: top;
}

.hoverbox li
{
	display: inline;
	float: left;
	margin: 3px 3px 0 3px;
	padding: 8px 2px 4px 2px;
	position: relative;
	bottom: 3px;	
	font-size: .6em;
	text-transform: uppercase;
	color: #808000;
	line-height: 1.2em;
	width: 237px;
	letter-spacing: 1px;
}


.hbcontainer p
{
	float: left;
	text-align: right;
	padding-bottom: 2px;
	position: absolute;
	bottom: -15px;
	left: 240px;
	font-size: .6em;
	color: #808000;
	width: 500px;
}


