.photogallery .ekflexmenu 
{
	padding: 0px 0px 0px 0px;
	position: relative;
    width: auto;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.photogallery a
{
	color:#5F604B;
	text-decoration:underline;
}

.photogallery ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.photogallery li
{
	float: left;
	position: relative;
	margin: 0px;
	padding-left: 10px;
	padding-right:10px;
	margin-top:5px;
	width: auto;
	border-right: dotted 1px #C2C2C2;	
	list-style:none;
}



.photogallery a.ekflexmenu_link, 
.photogallery a.ekflexmenu_link:link, 
.photogallery a.ekflexmenu_link:visited {
    color:#5F604B;
    text-decoration: none;
}
.photogallery a.ekflexmenu_link:hover, 
.photogallery a.ekflexmenu_link:active, 
.photogallery a.ekflexmenu_link:focus  {
    color:#6CB070;
    text-decoration: none;
}

.photogallery a.ekflexmenu_link_selected {
    color:#6CB070;
    text-decoration: none;
}
.photogallery a.ekflexmenu_link_selected:hover {
    color:#6CB070;
    text-decoration: none;
}
