/* CSS Document */

td.mainMenuLogo {
	background-image:  url(../images/menue_home.jpg); 
	background-repeat: no-repeat; 
	height: 37px; 
	width: 37px;
	color: white;
	cursor: pointer;
}

td.mainMenuLogoRight {
	background-image:  url(../images/logo6.png); 
	background-repeat: no-repeat; 
	height: 37px; 
	width: 57px;
	color: white;
}


td.mainMenuLogo:hover {
	background-image:  url(../images/menue_home.jpg); 
	background-repeat: no-repeat; 
	height: 37px; 
	width: 37px;
	color: white;
	cursor: pointer;
}

td.mainMenuButton {
	background-image:  url(../images/menue_bright.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 113px;
	text-align: center;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

td.mainMenuButton:hover {
	background-image:  url(../images/menue_dark.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 113px;
	text-align: center;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

td.mainMenuButtonDown {
	background-image:  url(../images/menue_dark.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 113px;
	text-align: center;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

td.mainMenuLeft {
	background-image:  url(../images/menue_left_10.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 10px;
}

td.mainMenuRight {
	background-image:  url(../images/menue_right_10.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 10px;
}

td.mainMenuFiller {
	background-image:  url(../images/menu_line.jpg);
	background-repeat: repeat;
	height: 37px;
}
