/* URL: http://www.dynamicdrive.com/style/ */

#navigation ul
{
	height: 27px;
	border: 1px solid #48627B;
	border-left: none;
	border-right: none;
	background: url(/templates/common/images/menu-bg.gif);
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	float: left;
	width: 880px;
}

#navigation ul li
{
	float: left;
	margin-right: 50px;
	margin-top: 7px;
}

#navigation ul li a
{
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}