﻿#home_menu_container{
	background:url(menu_container.gif) repeat-x 0 0;
	padding: 15px 0 5px;
	display: block;
}

#home_menu{
	width: 760px;
	margin: 0 auto;
	background: none;
	min-height: 1px;
	border: none;
	padding: 0 0 0 1px;
	font-size: 14px;
	background: url(home_menu.li.gif) no-repeat left center;
}

* html #home_menu{
	height: 1px;
}

#home_menu:after{
	clear:both;
	visibility: hidden;
	height: 0;
	display: block;
	content: ".";
}

#home_menu li{
	float: left;
	width: auto;
	background: none;
	padding: 0 1px 0 0;
	margin: 0;
	background: url(home_menu.li.gif) no-repeat right center;
}

* html #home_menu li{
	height: 1px;
}

#home_menu li a{
	color: #757678;
	line-height: 30px;
	height: 30px;
	padding: 0 7px;
	display: block;
	text-decoration: none;
	border: solid 1px #fff;
	text-align: center;
	float: left;
}

#home_menu li a:hover{
	background: #f5f5f5;
	border: solid 1px #d9d9d9;
	color: #3b3d3c;
}
