		/* mainmenu.css                                                          */
		/* CSS Formatanweisungen zur Hauptmenue Darstellung ASBEST-DD.COM        */
		/* Copyright (C) 2011  Alexander Gross, alex@it-gross.de                 */

    /* This program is free software; you can redistribute it and/or modify  */
		/* it under the terms of the GNU General Public License as published by  */
		/* the Free Software Foundation; either version 3 of the License, or (at */
		/* your option) any later version.                                       */
    /* This program is distributed in the hope that it will be useful, but   */
		/* WITHOUT ANY WARRANTY; without even the implied warranty of            */
		/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      */
		/* General Public License for more details.                              */
    /* You should have received a copy of the GNU General Public License     */
		/* along with this program; if not, see <http://www.gnu.org/licenses/>.  */


		/* Haupt-Menu Links */
		#asd_main_menu_block {
			margin: 0px 0px 0px 0px;
			text-align:left;
		}

		#asd_main_menu_block table {
			table-layout:fixed;
 		  text-decoration: none;
			border-collapse:collapse;
		}

		#asd_main_menu_block tr { }
		
		#asd_main_menu_block td {
			padding: 0px 0px 0px 0px;
			vertical-align:middle;
			white-space: nowrap;
		}

		#asd_main_menu_block img {
			border-style:none;
		}

		#asd_main_menu_block a,
		#asd_main_menu_block a:visited,
		#asd_main_menu_block a:active,
		#asd_main_menu_block .menu_passiv {
			display: block;
			vertical-align:middle;
			line-height:25px;
			height:25px;
			color:darkblue;
			text-decoration:none;
			font-weight:bold;
			font-size:10pt;
		}

		#asd_main_menu_block .menu_active,
		#asd_main_menu_block a.menu_active,
		#asd_main_menu_block a.menu_active:hover,
		#asd_main_menu_block a.menu_active:visited,
		#asd_main_menu_block a.menu_selected:hover,
		#asd_main_menu_block a.menu_selected:visited {
			color:firebrick;
		}

		#asd_main_menu_block a:hover,
		#asd_main_menu_block a.menu_active:hover,
		#asd_main_menu_block a.menu_selected:hover,
		#asd_main_menu_block a.menu_passiv:hover,
		#asd_main_menu_block a:hover {
			text-decoration: underline;
		}

