#menu_area {
	position: absolute;
	top: 0px;
	left: 220;
	width: 630px;
	height: 300px;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	z-index: 1;
}

#tab {
	position: absolute;
	top: 5px;
	left: 10px;
}

#box {
	position: relative;
	top: 12px;
	left: 5px;
	width: 625px;
	height: 300px;
	z-index: 2;
	padding: 58px 0 0 0px;
	margin: 0px 0 0 0;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
}

.hoverbox a {
	cursor: default;
}

.hoverbox a .preview {
	display: none;
}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -19px;
	left: -28px;
	z-index: 2;
}

.hoverbox img {
	background: #FFFFFF;
	border-color: #D0D0D0;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 109px;
	height: 76px;
}

.hoverbox li {
	background: #FFFFFF;
	border-color: #D0D0D0;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 0px;
	position: relative;
	border: 4px solid #FFFFFF;

}

.hoverbox .preview {
	border-color: #D0D0D0;
	width: 165px;
	height: 117px;
	border: 5px solid #000000;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a {
	position: relative;
}

* html .hoverbox a:hover {
	font-size: 100%;
	z-index: 2;
}

* html .hoverbox a:hover .preview {
	top: -19px;
	left: -28px;
}

* html .hoverbox li {
	position: static;
}