.topmenul {
	margin-top: 6px;
}
/*IE6*/
*html a.topmenu:link,*html a.topmenu:visited,*html a.topmenu:hover,*html a.topmenu:active{
	font-size: 13px;
	width: 71px;	
	height:22px;
	padding-top:10px;
	display: block;
	text-align: center;
	float: left;	
	background-repeat: no-repeat;	
}
*html a.topmenu:*html hover,a.topmenu:active{
	font-weight: bold;
} 
*html a.topmenu:link,*html a.topmenu:visited {	
	background-image: url(../image/HTmenuli.gif);
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: right;	
}
*html a.topmenu:hover,*html a.topmenu:active{
	background-image: url(../image/HTmenubg_r1_c7.gif);
	color: #0389C9;
	background-repeat: repeat-x;
}
/**/
/*Firfox*/
a.topmenu:link,a.topmenu:visited,a.topmenu:hover,a.topmenu:active{
	font-size: 13px;
	height:22px;
	padding-top:5px;
	width: 71px;	
	display: block;
	text-align: center;
	float: left;	
	background-repeat: no-repeat;	
}
a.topmenu:hover,a.topmenu:active{
	font-weight: bold;
} 
a.topmenu:link,a.topmenu:visited {	
	background-image: url(../image/HTmenuli.gif);
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: right;	
}
a.topmenu:hover,a.topmenu:active{
	background-image: url(../image/HTmenubg_r1_c7.gif);
	color: #0389C9;
	background-repeat: repeat-x;
}
/**/