#headerLeft ul.menu
{
	margin: 0;
	padding:0;
	text-align	: right;
	margin-top	: 9px;
	font-family	: tahoma;
	font-weight	: bold;
	text-align	: center;
}


#headerLeft li
{
	display			: inline;
	list-style-type	: none;
	background-image:none;
	padding			: 0 5px 0 5px;
}


#headerLeft ul.menu li a:link,
#headerLeft ul.menu li a:visited {
	text-decoration:none;
	color			: #000;
	font-size		: 11px;
	padding			: 4px;
	text-decoration:none;
	padding-top		: 8px;
	padding-bottom	: 0;
}

#headerLeft ul.menu li a:hover
{
	background		: #0b8cdf;
	color			: #fff;
}

#headerLeft ul.menu li#current a:link,
#headerLeft ul.menu li#current a:visited
{
	background		: #0b8cdf;
	color			: #fff;
}