.menu-container	{
	width: 100%;
	height: 120px;
	background-color: #f6f6f6;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999;
}

.menu-content	{
	width: 980px;
	height: 120px;
	margin: auto;

}

.menu-logo	{
	display: block;
	width: 110px;
	height: 81px;
	background-image: url(../img/menu_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin-left: 15px;
	margin-top: 17px;
}

.menu-top-info	{
	width: 820px;
	height: 65px;
	float: right;
	font-size: 20px;
	font-family: "OpenSansBoldItalic";
	color: #525252;
	text-align: left;
	line-height: 65px;
	padding-left: 20px;
}

.menu-nav	{
	width: 840px;
	height: 54px;
	float: right;
	text-align: left;
}

.menu-button	{
	width: 200px;
	height: 43px;
	float: right;
	display: block;
	background-image: url(../img/menu_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border-radius: 10px;
	border-bottom: 4px solid #379c2c;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 2px 2px rgba(28,104,20,1.0);
	line-height: 43px;
	margin-top: 9px;
	margin-right: 20px;
	text-align: center;
}

.menu-button:hover	{
	text-shadow: 0px 2px 2px rgba(28,104,20,0.3);
}

.menu-phone	{
	width: 250px;
	height: 65px;
	float: right;
	font-size: 16px;
	font-family: "OpenSansBold";
	color: #525252;
	text-align: right;
	line-height: 20px;
	background-image: url(../img/menu_phone.png);
	background-repeat: no-repeat;
	background-position: 2px 19px;
	margin-right: 25px;
	margin-top: 5px;
}

.menu-link	{
	display: block;
	float: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #787878;
	text-decoration: none;
	height: 48px;
	line-height: 50px;
	padding: 0px 25px 0px 25px;
	border-bottom: none;
}

.menu-link:hover	{
	border-bottom: 6px solid #ffc600;
	color: #171717;
}

.menu-link-bg	{
	background-image: url(../img/menu_link_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 19px;
}