#gallerycssmenu {
	border: none;
	border: 0px;
	float: left;
	width: 100%;
	color: #FFF;
	background-color: #FF8800;
	text-align: center;
	font-family: ubuntu, sans-serif, arial;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
#gallerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gallerycssmenu li {
	float: left;
	margin: 0;
	width: auto;
	padding-right: 10px;
	list-style: none;
	padding-left: 4px;
}
#gallerycssmenu li a {
	display: block;
	line-height: 30px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}
#gallerycssmenu > ul > li > a {
	color: #FFF;
}
#gallerycssmenu ul ul a {
	color: #FFF;
	list-style-type: none;
}
#gallerycssmenu li > a:hover,
#gallerycssmenu ul li:hover > a {
	color: #333;
	text-decoration: none;
	list-style-type: none;
}
#gallerycssmenu li ul {
	background: #000;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 10em;
	z-index: 200;
	list-style-type: none;
  /*top:1em;
	/*left:0;*/

}
#gallerycssmenu li:hover ul {
	display: block;
	width: 10em;
	font-weight: bold;
}
#gallerycssmenu li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
}
#gallerycssmenu li:hover li a {
  background: none;
}
#gallerycssmenu li ul a {
	display: block;
	height: 30px;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
#gallerycssmenu li ul a:hover,
#gallerycssmenu li ul li:hover > a {
	color: #A79787;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	width: 85px;
}
#gallerycssmenu p {
  clear: left;
}
