		.catalog
		{
			left:5px; 
			background:none;
			outline:medium none;padding:0 !important;
			position:fixed;
			z-index:99995;
			text-indent:1px;
			top:10%;
			width:75px;
			height:50px;
		}

		
		.product_menu
		{
			left:5px;
/*			background-color: #164f78; */
			position:fixed;
			z-index:99995;
/*			text-indent:5px; */
			top:15%;
			width:200px;
			height:auto;
		}

		ul.product_menu 
		{
/*			background-color: #164f78; */
			cursor: default;
			float: right;
			font-size: 80%;
			left:5px;
			list-style-type: none;
			margin: 0;
			padding: 0;
			right: 0;
		}
		a.product_menu:link
		{
			position:relative;
			color: blue;
			text-decoration: none;
		}

		a.product_menu:visited
		{
			color: blue;
			text-decoration: none;
		}
		