

.gallerymenu{
font-family:arial;
font-size:11px;
color:#46342a;
width: 100%;
font-weight:bold;

}

.gallerymenu ul{
padding: 0px 5px 0px 5px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;

}

.gallerymenu ul li{
display: inline;
width:17px;
height:14px;
}

.gallerymenu ul li a{
color: #494949;
padding: 0px 5px 0px 5px;
margin: 0;
text-decoration: none;
background-image:url(../images/search_09.jpg);
width:17px;
height:14px;
}

.gallerymenu ul li a:hover{
color: #ffffff;
background: transparent url(../images/search_11.jpg) center center no-repeat;
width:17px;
height:14px; /*background of menu item onMouseover*/
}
