div.topMenu
{
	width:100%;
	height:58px;
	background-image:url('../images/header_top.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}


div.topMenu a
{
	font-size:16px;
	height:43px;
	text-decoration:none;
	font-family:Tahoma;
	font-weight:bold;
	margin-left:20px;
	display:block;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	_padding-bottom:25px;
}

div.topMenu a:hover
{
	height:43px;
	background-image:url('../images/header_top_over.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
	color:white;
}

a.button_curent{
	color:gray
}

a.button_curent a:hover{
	color:gray
}