/* -- This CSS is a property of Video Plus --
Author: Dimi Arhontidis
Version: 0.1.0, 12/2007
*/


/*------------------------------------------------Top Navigation--------------------*/

.lavaLampWithImage { 
	position: relative;
	color:#fff;
	
	padding-left:20px;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
    list-style: none;
}
					
.lavaLampWithImage li.back {
	background: url("../images/btn.gif") no-repeat right;
	width: 9px; height: 50px;
	z-index: 8;
	position: absolute;
 }
.lavaLampWithImage li.back .left {margin-top:40px; width:auto;
	background: url("../images/btn.gif") no-repeat top left;
	height: 50px;
	margin-right: 9px; 

}
.lavaLampWithImage li a {
	text-decoration: none;
	text-align: center;
	z-index: 10; 
	float: left;
	position: relative;

}   
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	color: #fff;
}                     


/*------------------------------------------------Top Content--------------------*/

/*#wrapper{
	width:960px;
	margin:0 auto;
}*/
/*#outerWrapper{
	position: absolute;
	bottom: 0;
	width:100%;
	height:40px;
	background-color:#323232;
}*/