ul#menu
{
	width		: 617px;
	height		: 40px;
	list-style	: none;
	margin		: 35px 0 0 0;
	background	: #000;
}

ul#menu li 
{
	float		: left;
	line-height	: 40px;
	color		: #CECECE;
	background	: repeat-x url('images/menuBackground.jpg') top left;
	font-size	: 12px;
}

ul#menu li.borderLeft
{
	width		: 20px;
	height		: 40px;
	background	: no-repeat url('images/menuBorderLeft.jpg') top left;
}

ul#menu li.borderRight
{
	width		: 20px;
	height		: 40px;
	background	: no-repeat url('images/menuBorderRight.jpg') top left;
}

ul#menu li a
{
	display			: block;
	color			: #CECECE;
	width			: 115px;
	text-decoration	: none;
	text-align		: center;
}

ul#menu li a:hover
{
	color			: #169DB1;
}