

#menuChannels {
		float:left;
		/*width:50%;*/
		font-size:small;
		/*border:1px solid red;*/
		margin:0.5em 0;
	}
#menuChannelsHeadline {
		float:left;
		font-weight:bold;
		/*border:1px solid red;*/
		/*padding:10px 0 0 0;*/
		padding:0.5em 0 0.5em 10px;
	}

 .navChannelsItem {
		/*width:100px;*/
		float:left;
		margin:0 0 0 10px;
	background-color: #f0f0f0;
	}


/*
.menuChannelsItemContentCenter a:link {
		padding:0;
		margin:0;
		color:#000;
	}
.menuChannelsItemContentCenter a:hover {
		color:#000;
	}
.menuChannelsItemContentCenter a:active {
		color:#000;
	} */





.navChannelsItemRO {
	background:url(imgMenuChannels/navChannelsItemRO.gif) top right no-repeat;
	background-color: #f0f0f0;
}
.navChannelsItemLO {
	background:url(imgMenuChannels/navChannelsItemLO.gif) top left no-repeat;
}

.navChannelsItemRU {
	background:url(imgMenuChannels/navChannelsItemRU.gif) bottom right no-repeat;
}
.navChannelsItemLU {
	background:url(imgMenuChannels/navChannelsItemLU.gif) bottom left no-repeat;
}

.navChannelsItemText {
	margin:0;
	padding:0.5em 1em 0.5em 1em;
}