#menu_area {
	position: absolute;
	top: 0px;
	left: 210;
	width: 625px;
	height: 425px;
	background-image: url(images/portfolio_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#tab {
	position: absolute;
	top: 1px;
	left: 435;
}

#box {
	position: absolute;
	top:auto;
	width: 625px;
	height: 425px;
	z-index: 2;
	padding: 58px 0 0 7px;
	margin: 0px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.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: 110px;
	height: 78px;
}

.hoverbox li {
	background: #FFFFFF;
	border-color: #D0D0D0;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview {
	border-color: #D0D0D0;
	width: 165px;
	height: 117px;
}

/* =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;
}
