/* CSS Document */
#menu ul
{
	float: left;
	margin:0px;
	padding:0px;
	list-style:none;
	width: 870px;
	height: 72px;
}

#menu li
{
	display: inline;
	padding: 0px;
}

#menu li a
{
	float:left;
	width: 120px;
	height: 47px;
	margin-right: 4px;
	padding-top:25px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background: url(../gfx/b_off.gif) no-repeat;
}
#menu li a:hover
{
	background: url(../gfx/b_on.gif) no-repeat;
}

/*
#menu li a:active
{
	background: url(../gfx/b_active.gif) no-repeat;
}
*/
#menu li a.tabactive
{
	background: url(../gfx/b_active.gif) no-repeat;
}
/*
#menu li a.tabactive:hover
{
	background: url(../gfx/b_on.gif) no-repeat;
}

#menu li a.tabactive:active
{
	background: url(../gfx/b_active.gif) no-repeat;
}
*/