div.category
{
	width: 100%;
	min-width: 1000px;
	height: 28px;

	text-align: center;

	padding: 20px 0px;
}

div.category ul
{
	text-align: right;

	margin: 0px 0px;
	padding: 0px;
}

div.category ul li
{
	width: auto;
	height: 42px;

	margin: 0px;
	padding: 0px;

	display: inline;
}

div.category ul li a
{
	width: 103px;
	height: 22px;

	margin: 0px 1px;
	padding: 5px 0px 0px 0px;

	display: inline-block;

	font-weight: bold;
	color: #666666;

	text-align: center;
	
	background-image: url(images/function_category_bar.png);
	background-repeat: no-repeat;
}

div.category ul li a:hover,
div.category ul li.selected a
{
	background-image: url(images/function_category_bar_hover.png);
	background-repeat: no-repeat;
	color: #000000;
}



div.category ul li.logo
{
	float: left;
}

div.category ul li.logo a,
div.category ul li.logo a:hover
{
	margin: 0px;
	padding: 0px;

	border: none;

	background-image: url(empty.png);
	background-repeat: repeat-x;
}

div.category ul li a:hover
{
	color: #000000;
}

div.category ul li.logo a img
{
	position: relative;
	top: -10px;
	margin: 0px 10px;

	border: 0px none #ffffff;

	width: auto;
	height: auto;
}
