/* this is for not ie */

#lhs{
background: transparent url('images/lhs.png') no-repeat;
}
#rhs{
 background: transparent url('images/rhs.png') no-repeat;
}
#logo{
background: transparent url('images/logo.png') no-repeat;
}

.navigation li a {
	background: url(images/navigation-bg.png) no-repeat;
}
.navigation li a:hover {
	background: url(images/navigation-hover-bg.png) no-repeat;
}
