#admin-menu {
	margin: auto;
}

#admin-menu ul {
	list-style: none;
}

#admin-menu li {
	float: left;
}

#admin-menu li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#admin-menu li ul {
	position: absolute;
	opacity: 0.5;
	display: none;
	width: auto;
}

#admin-menu li li {
	float: none;
}

#admin-menu li li a {
	width: 135px;
}


/* Table */


#admin table {
	width: 100%;
	border-collapse: collapse;
}

#admin table th,
#admin table td {
	padding: 0 14px;
}

#admin table th {
	font-weight: bold;
	text-align: center;
}

#admin table td.icon {
	text-align: center;
}

#admin table td.bold {
	font-weight: bold;
} 

