#user-account-panel
{
	position: absolute;
	z-index: 1000;

	top: 0px;
	left: 0px;

	margin: 0px;
	padding: 5px 0px;

	height: 30px;
	width: 100%;

	color: #ffffff;

	border-bottom: 1px outset #9a976b;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 5px 10px #232323;
}

#user-account-panel ul
{
	margin: 5px;
	padding: 0px;

	text-align: center;
}

#user-account-panel ul li
{
	display: block;
	float: left;

	margin: 0px;

	font-size: 16px;
}

#user-account-panel ul li.caption
{
}

#user-account-panel ul a
{
	display: block;
	float: left;

	padding: 0px 5px 0px 5px;
	margin: 0px 0px;
	height: 30px;

	color: #ffffff;
}

#user-account-panel ul a:hover
{
	color: orange;
}

/* .structure-options
{
	margin: 34px 0px 0px 0px !important;
}

.structure-options a
{
	display: block;
} */
