body {
	margin: 0px !important;
}

#am
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: right;
	z-index: 9999;
}

#am div {
	background-color: #ccc !important;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	color: #000 !important;
	font-family: Trebuchet MS, Tahoma, Helvetica, Sans-Serif !important;
	font-size: 8pt !important;
	margin: 0px;
	padding: 1px 0px;
	padding-left: 5px;
}

#am span
{
	padding-right: 5px;
	margin: 0px;
}

#am .am_new
{
	background: url(new_file.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_manage
{
	background: url(edit.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_comments
{
	background: url(comment.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_options
{
	background: url(options.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_dashboard
{
	background: url(activity.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_user
{
	background: url(user.gif) center left no-repeat;
	padding-left: 14px;
}

#am a
{
	color: #555 !important;
	text-decoration: none !important;
	padding: 0px;
	margin: 0px;
}

#am a:hover
{
	color: #000 !important;
	text-decoration: underline !important;
}