@charset "UTF-8";

/* CSS Document for LM Australasia*/
/* Coded by Andrew Bitto for Evergreen Advertising & Marketing, www.evergreenam.com.au*/

body {
	background-image:url(images/home_bg.jpg);
	background-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dfdfdf;
}

/*For use with jQuery's CSS Image Preloading script*/
preload_these_images {
	background-image:url(images/about_bg.jpg);
	background-image:url(images/career_bg.jpg);
	background-image:url(images/contact_bg.jpg);
	background-image:url(images/press_bg.jpg);
	background-image:url(images/products_bg.jpg);
	background-image:url(images/service_bg.jpg);
}

/* css */
h1.logo {
    margin-top: 224px; /* for this particular site, set this as you like */
	margin-left: -8px;
    position: relative; /* allows child element to be placed positioned wrt this one */
    overflow: hidden; /* don’t let content leak beyond the header - not needed as height of anchor will cover whole header */
    padding: 0; /* needed to counter the reset/default styles */
}

h1.logo a{
    position: absolute; /* defaults to top:0, left:0 and so these can be left out */
    height: 0px; /* hiding text, prevent it peeking out */
    width: 120px; /* 686px; fill the parent element */
    background-position: left top;
    background-repeat: no-repeat;
}

h1#logo {
    height: 156px; /* height of replacement image */
}

h1#logo a {
    padding-top: 156px; /* height of the replacement image */
    background-image: url(images/lm_logo.jpg); /* the replacement image */
}

p{
	position: absolute;
	color: white;
	height:43px;
	width:850px;
	left:150px;
	top:142px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dfdfdf;
}

ul#menu{
	position:absolute;
	top: 217px;
	left: 140px;
	list-style-type: none;
	padding: 0;
	margin: 0;

}

li.menu{
	padding: 0;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
	
}

<ul id="menu">
    	<li class="menu" id="home">
   	    <a hre
