.underlinemenu{
font-weight: bold;
width: 100%;
padding-bottom:3px;
border-bottom: 1px solid #ccc;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 7px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 5px; /*spacing between each menu link*/
text-decoration: none;
font-size:11px;	
border:1px solid white;

}

.underlinemenu ul li a img{
border:0px;
position: relative;
top:5px;
margin-right:5px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
text-decoration: underline;
border:1px solid white;
}