div#actionbar {
	position: absolute;
	top: 0;
	z-index: 5;
	width: 100%;
	background-image: url(images/actionbar-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #3b4649;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

div#actionbar p {
	float: left;
	margin: 0;
	padding: 0 10px;
	font-family: 'Century Gothic', Century, Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #11cae5;
}

div#actionbar ul {
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
}

div#actionbar ul li {
	float: left;
	display: block;
}

div#actionbar ul li a {
	display: block;
	height: 20px;
	padding: 0 15px 2px 15px;
	line-height: 20px;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

div#actionbar ul li a:hover {
	padding-bottom: 0px;
	border-bottom: 2px solid #11cae5;
	color: #11cae5;
}