/* CSS Settings for pulldown menu */

.clsCMOn {
	color: black;
	font-size : 12px;
	text-decoration : none;
	padding: 2px 4px;
}

.clsCMOver {
	color: black;
	font-size : 12px;
	text-decoration : none;
	padding: 2px 4px;
}

.clsSubCMOn {
	color: black;
	font-size : 10px;
	text-decoration : none;
	padding: 2px 4px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.clsSubCMOver {
	color: black;
	font-size : 10px;
	text-decoration : none;
	padding: 2px 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* top menu definitions */
.topFilm {
	background-image: url(http://www.genart.org/template/img/mover/moff-film.gif);
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 2px 4px;
	height: 58px;
}
.topFilmOver {
	background-image: url(http://www.genart.org/template/img/mover/mover-film.gif);
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 2px 4px;
	height: 58px;
}

.topFashion {
	background-image: url(http://www.genart.org/template/img/mover/moff-fashion.gif);
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 2px 4px;
	height: 58px;
}
.topFashionOver {
	background-image: url(http://www.genart.org/template/img/mover/mover-fashion.gif);
	/* background-image: url(../img/mover/mover-fashion.gif); */
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 2px 4px;
	height: 58px;
}

.topArt {
	background-image: url(http://www.genart.org/template/img/mover/moff-art.gif);
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 2px 4px;
	height: 58px;
}
.topArtOver {
	background-image: url(http://www.genart.org/template/img/mover/mover-art.gif);
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 2px 4px;
	height: 58px;
}

.topMusic {
	background-image: url(http://www.genart.org/template/img/mover/moff-music.gif);
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 2px 4px;
	height: 58px;
}
.topMusicOver {
	background-image: url(http://www.genart.org/template/img/mover/mover-music.gif);
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 2px 4px;
	height: 58px;
}
