﻿div.bgblock {
	position:absolute;
	bottom:0px;
	_bottom:-1px;
	left:0px;
	height:270px;
	width:228px;
	z-index:10;
	}
div.sub {
	position:absolute;
	bottom:0px;
	_bottom:-2px;
	left:0px;
	visibility:hidden;
	z-index:50;
	}
	div.sub a {
		color:#FFFFFF;
		text-decoration:none;
		position:relative;
		display:block;
		width:228px;		
		height:24px;
		line-height:23px;
		text-indent:10px;
		/*margin:0px 0 1px 0;*/
		overflow:hidden;
		z-index:50;
		background:transparent url(../gfx/colorpixel.gif) bottom left repeat-x;
		}
		div.sub a:hover {
			text-indent:10px;
			text-decoration:none;
			color:#abb4d1;

			}
		div.sub a span{
			position:absolute;
			z-index:-1;
			top:0px;
			right:0px;
			height:23px;
			width:228px;
			
			background:#000000;
			filter:alpha(opacity=50);
			-moz-opacity:.50;
			opacity:.50;
			}
		div.sub a img {
			margin-bottom:-2px;
			margin-right:5px;
			}
			
.sub .top,
.sub .bottom {
	height:28px;
	width:228px;
	background:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.sub .top {
	height: 300px;
}
		
		
