table#categories{
	width: 950px;
	margin-left: 50px;
	padding: 0px;
	border: 0px;
	background-color: white;
}
table#categories .tb{
		height: 30px;
}
table#categories tr{
	background-color: White;
}
table#categories tr.first{
	background-color: #f3f3f3;
}
table#categories td a{
	background-color: white;
	height: 21px;
	display: block;
	background-image: url(../img/tab_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #4A4A4A;
	padding: 1px 10px;
	font-size: 12px;
}
* html table#categories td a{
	height: 30px;
}
table#categories td a:hover{
	background-image: url(../img/tab_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: black;
	text-decoration: none;
}
h1#admin_choice{
	float: left;
	display: inline;
	clear: none;
	margin-top: 8px;
}
table.choice{
	display: block;
	clear: both;
	width: 950px;
	margin: 0px 10px 20px 10px;
}
table.choice td{
	padding: 2px;
	font-size: 12px;
	color: #424242;
}
table.choice tr.first td{
	background-color: #E5EDF9;
	font-weight: bold;
}

