/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.underlinemenu ul{
padding: 6px 0 0px 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: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;

}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom: 1px solid yellow; /*bottom border is 1px*/
}

