/** menu **/
#menu
{
	width: 980px;/* 990px - 2*5px */
	height: 30px;
	margin: 0 0 15px 0;
	text-align: left;
	padding: 0 5px;
}

#live-assistance
{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
	padding: 0 30px 0 0;
	text-decoration: none;
	background: url('../images/live-assistance-icon.jpg') no-repeat right center;
}

#navbar
{
	float: left;
	margin: 5px 0 0 20px;

}

#navbar a
{
	color: #ffffff;
	background: url('../images/arrow-navbar.gif') no-repeat right center;
	padding: 0 13px 0 0;
}

#navbar span
{
	color: #878787;
}

#search-box
{
	float: right;
	margin: 4px 0 0 0;
}

#search-box input
{
	width: 176px;/* 181px - 5px */
	height: 18px;
	padding: 0 0 0 5px;
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e3e9ef;
	border-right: 1px solid #e3e9ef;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
}

#search-box img
{
	float: left;	
	margin: 0 0 0 2px;
}

/** end menu **/