#header .search {
			position: absolute;
			bottom: -2px;
			left: -48px;
			z-index: 5;
			background: url(/img/bg_headersearch.png) top left no-repeat;
			width: 324px;
			height: 74px;
		}

#contentbox, .colbox {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 2px solid #c0c0c0;
}

#contentbox .nav a {
	filter: alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background: #fafafa;
	width: 10% !important;
	height: 10px;
	margin-right: 10px;
	display: block;
	} 
	#contentbox .nav a span {
		display: none;
	}

.colbox {
	width: 264px;
	_margin-right: 10px;	
}

#contentbox .nav a:hover, #contentbox .nav .active {
	border-left: 1px solid #e6e6e6;
	height: 10px;
	width: 10% !important;
	margin-left: -1px;	
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: url(/img/bg_contentboxtab.jpg) repeat-x;
	}
	#contentbox .nav a:hover span, #contentbox .nav .active span {
		display: none;
	}
	#contentbox .nav a:hover {
		margin-right: 13px;
	}
	
.lightbox span {
	display: block;
	float: left;
}

#footer {
	background: none;	
}
