/* 
--------------------------------------
   MAIN MENU
--------------------------------------
*/ 

#menu ul {
	width				: 728px;
	list-style-type		: none;
	text-indent			: -2000px;
/*	display				: block;*/
	clear				: both;
	padding-top			: 0px;
	margin				: 0px;
	padding				: 0px;
	}

#menu li {
	float				: left;
	}
	
#menu li.one a {
	background-image	: url(../img/menu/about.jpg);
	height				: 39px;
	width				: 143px;
	text-decoration		: none;
	display				: block;
	}

#menu li.one a:hover {
	background-image	: url(../img/menu/about_over.jpg);
	}
	
#menu li.two a {
	background-image	: url(../img/menu/create.jpg);
	height				: 39px;
	width				: 279px;
	text-decoration		: none;	
	display				: block;
	}

#menu li.two a:hover {
	background-image	: url(../img/menu/create_over.jpg);
	}	

#menu li.three a {
	background-image	: url(../img/menu/services.jpg);
	height				: 39px;
	width				: 124px;
	text-decoration		: none;
	display				: block;
	display				: block;
	}

#menu li.three a:hover {
	background-image	: url(../img/menu/services_over.jpg);
	}	

#menu li.four a {
	background-image	: url(../img/menu/contact.jpg);
	height				: 39px;
	width				: 182px;
	text-decoration		: none;
	display				: block;
	}

#menu li.four a:hover {
	background-image	: url(../img/menu/contact_over.jpg);
	}
	
	