
#leftmenu {
	position:relative;
 	top:0;
 	left:0px;
	height:100%;
	width:200px;
	float: left;
	padding-left:4px;
	

	
	

}

#rightmenu {
	width:99%;
	float: left; 
	padding-left:5px;
	padding-top:5px;

	height:100%;
	

}

#rightcontent {
	position:relative;
	
	height:100%;
	width:100%;
	min-width:1040px;
	background-color:#f2eeee;
	left:5px;
	top:5px;

	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	
	box-shadow: 3px 3px 3px #888888;
}

#logo_home {
	position:absolute;
	
	width:100%;
	left:0px;
	bottom:0px;
	height:30%;
	border-radius:1px;
	border:0px solid #dcdcdc;
	display:inline-block;	
	box-shadow: 3px 3px 3px #888888;
}
#imageHovers a {
	background:url(../images/semak_vaucher_1.png) no-repeat 0 0; 
	width: 150px;
	height: 40px; 
	display:block; 
}
#imageHovers a:hover {
	background: url(../images/semak_vaucher_2.png) no-repeat 0 0; 
}