.solidblockmenu ul {
	margin: 0 0px;
	padding: 5px 0px 0px 75px;
	width: 850px;
	clear: right;
	height: 25px;
	text-align: left;
}
.solidblockmenu li {
	display: inline;
	font-weight: bold;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
}
.solidblockmenu li a {
	color: white;
	text-decoration: none;
	background: url("http://www.jucy.com.au/graphics/navigation/divider.jpg") no-repeat right center;
	padding-right: 8px;
	padding-left: 6px;
}
.solidblockmenu li a:visited {
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li a.current {
	color: #8DC73F;/*background: transparent url(media/blockactive.gif) center center repeat-x;*/
}
.tabcontainer {
	clear: left;
	width: 980px; /*width of 2nd level sub menus*//*height:1.5em;*/ /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
*: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;*/
}
.tabcontent {
	display:none;
	/*background: #79AC33;*/
	color: #E2F1CF;
	text-align: center;
	height: 18px;
	width: 980px;
	padding-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
.tabcontent a {
	color: #E2F1CF;
	text-decoration: none;
}
.tabcontent a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.tabcontent .spacer {
	padding-right: 10px;
	padding-left: 10px;
	background: url("http://www.jucy.com.au/graphics/navigation/spacer.jpg") no-repeat center center;
}
