p.menu2 a:hover {
	color: #FFC600;
}
td.menucolor {
	width: 437px;
	background-color: #FFC600;
	vertical-align: bottom;
}
td.logo {
	height: 108px;
	width: 313px;
	background-image:url('../images/layout/logobands.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
td.title {
	height: 50px;
	width: 313px;
	background-image:url('../images/layout/titlebands.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
a:hover {
	color: #FFC600;
}

::-moz-selection {
	background:#FFC600;
	color:#000000;
}

::selection {
	background:#FFC600;
	color:#000000;
}