.gallerymenu a {
	display:block;
	float:left;
	width:100px;
	height:20px;
	text-decoration:none;
}

.gallerymenu a:hover {
	color:#D0693A;
}

.gallerymenu .nav-selected {
	color:#D0693A;
}

.gallerymenu li {
	display:inline;
}

.gallerymenu {
	list-style-type:none;
	overflow:hidden;
	width:100%;
	margin:0;padding-bottom:30px;
}

.mystyle {
}

