.Menu {
	width: 100%; 
	background-color: #85558f;
	color: #FFF;
	height: 30px;
}

.Menu a{
	color: #FFF;
}

.LeftPart1 {
	background-color: #01b6d5;
	padding: 4px 4px 3px 8px;
	text-align: left;
	font-family: Trebuchet MS;
	color: #FFF;
}

.LeftPart1 a {
	text-decoration: underline;
	color: #FFF;
}

.LeftPart1 a:hover {
	color: yellow;
}

.LeftPartItemLeft {
	background-color: #469eac;
	width: 8px;
	text-align: left;
}

.LeftPartItem1 {
	background-color: #3c8693;
	padding: 1px 4px 1px 6px;
	text-align: left;
	height: 26px;
}

.LeftPartItem2 {
	background-color: #33717c;
	padding: 1px 4px 1px 6px;
	text-align: left;
	height: 26px;
}

.LeftPartItem1 a {
	text-decoration: underline;
	color: #FFF;
}

.LeftPartItem2 a {
	text-decoration: underline;
	color: #FFF;
}

.LeftPartItem1 a:hover {
	color: yellow;
}

.LeftPartItem2 a:hover {
	color: yellow;
}

.MainBottom {
	text-align: left;
}

.MainBottom td{
	padding-top: 2px;
	padding-bottom: 2px;
}


.MainBottom a {
	color: #7f6b0c;
	text-decoration: underline;
}

.MainBottom a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.NoCzgLink {
	color: #7f6b0c;
	text-decoration: none;
}

.NoCzgLink:hover {
	color: #FF0000;
	text-decoration: underline;
}