/* Menu stylesheet
* @author Yoeran Luteijn
*/

#topmenu 	{ position: fixed; top: 0px; left: 0px; height: 30px; z-index: 999; }
#topmenu li { float:left; position: relative; background: #000 url('/images/bg_topmenu.gif') 0 0 repeat-x; height: 30px; border-bottom: 1px solid #555; list-style: none; }

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

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

#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	{
	width: 10px; height: 30px; border-right: 1px solid #555;
	-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; }