ul.menu
{
	color: white;
	font-size: 1em;
	font-weight: normal;
	margin-top: 10px;
	width: 630px;
}

ul.menu a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

ul.menu li
{
	background: url(/images/menu-background.png) repeat-x;
	color: white;
	float: left;
	height: 54px;
	padding-top: 10px;
	text-align: right;
}

ul.menu li.separator
{
	background: url(/images/menu-separator.png) no-repeat;
	color: white;
	width: 3px;
	height: 54px;
}

li#menu-about, li#menu-value-add, li#menu-services, li#menu-news-and-events, li#menu-returns
{
	color: white;
	cursor: pointer;
}

li#menu-about-icon
{
	background: url(/images/menu-people.png) no-repeat;
	color: white;
	cursor: pointer;
	width: 58px;
}

li#menu-value-add-icon
{
	background: url(/images/menu-exclamation.png) no-repeat;
	color: white;
	cursor: pointer;
	width: 27px;
}

li#menu-services-icon
{
	background: url(/images/menu-gears.png) no-repeat;
	color: white;
	cursor: pointer;
	width: 52px;
}

li#menu-news-and-events-icon
{
	background: url(/images/menu-callout.png) no-repeat;
	color: white;
	cursor: pointer;
	width: 74px;
}

li#menu-returns-icon
{
	background: url(/images/menu-arrow.png) no-repeat;
	color: white;
	cursor: pointer;
	width: 47px;
}

li#menu-cap-left
{
	background: url(/images/menu-cap-left.png) no-repeat;
	color: white;
	width: 10px;
}

li#menu-cap-right
{
	background: url(/images/menu-cap-right.png) no-repeat;
	color: white;
	width: 12px;
}

li#menu-services, li#menu-returns
{
	padding-top: 18px;
}

li#menu-value-add
{
	padding-top: 18px;
}
