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

.underlinemenu{
font-family: Arial;
font-size : 9pt;
font-weight: bold;
width: auto;
}

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

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ffffff;
padding: 6px 2px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 6px; /*spacing between each menu link*/
margin-left: 6px;
text-decoration: none;
border-bottom: 3px solid #ffffff; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

