@charset "utf-8";
/* CSS Document */

#menu_splash{
width: 1082px;
height:82px;
background: transparent url(../_images/menu_splash.jpg) top left no-repeat;
background-color:transparent;
}

#menu_bg{
width: 871px;
height:69px;
background: transparent url(../_images/menu_bg.png) top right no-repeat;
float:right;
margin:13px 25px 0px 0px;
color:#FFFFFF;
}


#menu, #menu li, #menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#menu {
	position: relative;
	width: 900px;
	height: 36px;
	margin: 20px 0px 0px 34px;
	
}

#menu ul {
	top: 8px;
	left: 40px;

}

#menu li {
	display:inline-block;
	margin-left: 20px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	float:left;
}

#menu .lift li {
margin:10px 0px 0px 20px;
}

#menu li a {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#menu li a:hover {
	color: #702F2E;
}

.separator{
background: transparent url(../_images/separator.jpg) no-repeat;
width:1px;
height:49px;
}
