/*-----------------------------------------------MENU-----------------------------------------------*/
#navigation {
	background: transparent url(../images/menu.png) scroll repeat-x 0 0;
	height: 50px;
	position: relative;
	width: 950px;
	z-index: 99;
}

#menu {
	margin: 0 0 0 430px;
}

#menu li {
	float: left;
	height: 50px;
	list-style: none;
	position: relative;
	padding: 0 9px;
}

	#menu li a {
		color: #FFF;
		display: block;
		line-height: 50px;
		outline: none;
		text-decoration: none;
	}


/*-----------------------------------------------EVENTS-----------------------------------------------*/
ul#menu li:hover {
	background: transparent url(../images/menuHover.png) scroll repeat-x 0 0;
}