*
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.categoryBarFrame
{
	width: 650px;
	border: 1px solid #FFFFFF;
	list-style: none;
	height: 15px;
	margin-bottom: 15px;
}

ul.categoryBarFrame li.categoryBarItem
{
	background: #FFFFFF;
	float: left;
}

ul.categoryBarFrame li.categoryBarItem a, ul.categoryBarFrame li.categoryBarItem a:visited
{
	background: transparent url(../images/icon-category-arrow.gif) no-repeat right top;
	font-family: verdana;
	font-size: 10;
	text-decoration: none;
	color: #444444;

	padding: 0 20px 0 20px;

	/* These shall not be changed */
	display: block;
}

ul.categoryBarFrame li.categoryBarItem a.activeMenu
{
	background: transparent url(../images/icon-category-arrow-down.gif) no-repeat right top;
}

	.subcategory
	{
		margin: 3px 0 0 0;
		background-color:#FFFFFF;
		border: 1px solid #BABABA;

		font-family:verdana;
		font-size:10;
		text-align:left;

		/* These shall not be changed */
		visibility:hidden;
		position:absolute;
		overflow:hidden;
	}

	.subcategory ul
	{
		list-style: none;
	}

	.subcategory ul li
	{

	}

	.subcategory ul li a
	{
		white-space:nowrap;
		text-decoration:none;
		color:#444444;

		height:16px;
		line-height:16px;
		padding: 3px 20px 3px 20px;
		border-bottom: 1px solid #FFFFFF;

		/* These shall not be changed */		
		display:block;
	}

	.subcategory ul li a:hover
	{
		color: #FFFFFF;			/* White text */
		background: #EDEDED;		/* Blue background */
	}
