﻿.solidblockmenu ul
{
	margin: 0;
	padding: 0;
	float: left;
	font-size: x-small;
	font-weight: bold;
	width: 100%;
	border-width: 0px 0;
	background: url(/skins/spice/menu/menubtnSubBgH.gif);
	background-repeat: repeat-x;
	height: 25px;
}

.solidblockmenu li
{
	display: inline;
}

.solidblockmenu li a
{
	float: right;
	color: white; /*padding: 9px 11px;*/
	height: 25px;
	padding: 5px 11px;
	text-decoration: none;
	border-left: 1px solid white;
	font-size: x-small;
	font-weight: bold;	
}

.solidblockmenu li a:visited
{
	color: white;
	font-size: x-small;
	font-weight: bold;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current
{
	color: White;
	font-size: x-small;
	font-weight: bold;
	padding: 5px 11px;
	height: 25px;
	background: transparent url(/skins/spice/menu/blockactive.gif) center center repeat-x;
}

*:first-child + html .ieclass
{
	/*IE7 hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

* html .ieclass
{
	/*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

