#header ul {
	position: relative;
	list-style: none;
	height: 80px;
	/*width: 660px;	*/
	padding-left: 340px;
	background-color: #fff;
}

#header ul li {
	float: left;
	width: 100px;
	height: 100px;
	background-image: url(/images/index/mnu_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

#header ul li a span {
	display: none;
}

#header ul li#mnu_left {
	position: relative;
	background-image: url(/images/index/mnu_tail.gif) !important;
	width: 160px;
	height: 100px;
	z-index: 20;
}

a#mnu_buy {
	display: block;
	background-image: url(/images/index/mnu/mnu_buy_btn.gif);
	background-position: 60px 0px;
	background-repeat: no-repeat;
	width: 160px;
	height: 56px;
	margin-top: 10px;
}

a#mnu_buy:hover {
	background-position: 60px -56px;
}

a#mnu_sell {
	display: block;
	background-image: url(/images/index/mnu/mnu_sell_btn.gif);
	width: 100px;
	height: 56px;
	margin-top: 10px;
}

a#mnu_sell:hover {
	background-position: 0px -56px;
}

a#mnu_team {
	display: block;
	background-image: url(/images/index/mnu/mnu_team_btn.gif);
	width: 100px;
	height: 56px;
	margin-top: 10px;
}

a#mnu_team:hover {
	background-position: 0px -56px;
}

a#mnu_revelstoke {
	display: block;
	background-image: url(/images/index/mnu/mnu_about_btn.gif);
	width: 100px;
	height: 56px;
	margin-top: 10px;
}

a#mnu_revelstoke:hover {
	background-position: 0px -56px;
}

a#mnu_contact {
	display: block;
	background-image: url(/images/index/mnu/mnu_contact_btn.gif);
	width: 100px;
	height: 56px;
	margin-top: 10px;
}

a#mnu_contact:hover {
	background-position: 0px -56px;
}

a#mnu_remax {
	display: block;
	background-image: url(/images/index/remax_balloon_index.gif);
	background-repeat: no-repeat;
	width: 75px;
	height: 100px;
	margin-top: 5px;
	margin-left: 15px;
}


/* Inside */

#menu_left {
	width: 164px;
	float: left;
	margin-left: 15px;
}

#menu_left_header {
	height: 9px;
	background-image: url(/images/inside/menu_left_header.gif);
	background-repeat: no-repeat;
}

#menu_left_footer {
	height: 9px;
	background-image: url(/images/inside/menu_left_footer.gif);
	background-repeat: no-repeat;
}

#menu_left_content {
	padding: 0px 10px;
	background-color: #E4F3F9;
	color: #1372A1;
}

#menu_left_content h3 {
	padding: 0px 0px 15px 0px;
}

#menu_left_content ul {
	padding-top:5px;
	padding-bottom: 15px;
	list-style-type:none;
	line-height:1.6;
}
#menu_left_content li {
	border-bottom: 1px solid #3C5B74;
	text-align: center;
}

#menu_left_content a {
	color: #1372A1;
	text-decoration:none;
	font-weight:normal;
}

#menu_left_content ul li {
	padding: 10px 0px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
}