/* Menu stylesheet
* @author Yoeran Luteijn
*/

#topmenu 	{
	position: fixed;
	top: 0px; left: 0px;
	height: 30px;
	width: 100%;
	background: rgba(0,0,0,.6);
	border-bottom: 1px solid #222;
	z-index: 999;
}
#topmenu li { float:left; position: relative; height: 30px; list-style: none; }

#topmenu li a {
	display: inline-block;
	height: 30px;
	padding: 0 25px 0 10px;
	font:bold 12px Helvetica, "sans-serif";
	color:#fff;
	outline: none;
	line-height: 31px;
	text-decoration: none;
	border: none;
}

#topmenu a.active,
#topmenu a:hover { color: #f60; }

#topmenu .first a.active,
#topmenu .first a:hover { background: none; }

#topmenu li.first a 	{ padding: 0; }
#topmenu li.first img	{ padding: 0 20px; }

#topmenu li.last	{
	display: block;
	width: 10px; height: 30px;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-o-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}

#topmenu a strong 	{ color:#FF6600; }
