<!--

/* Top.html header buttons */

		.top_button_container
		{
		margin-top:10px;
		padding-top:5px;
		padding-right:5px;
		float:right;
		height:30px;
		}

		.top_button_toolbar li
    	{
		zoom:100%;	/* IE hack to make inline lists zoom correctly, don't know how it works but it does */
		display:inline;
		font-weight: bold;
		margin-left:10px;
		margin-right:5px;
    	}

		.top_button
		{
		margin-right:5px;
		vertical-align: middle;
		}

-->