<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 0px 0px 0px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
font: bold 12px Verdana;
text-align: left; //set value to "left", "center", or "right"*/
}

* html .underlinemenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 10px; /*menu offset from left edge of window in IE*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 0px 0px 0px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
/*border-bottom: 3px solid white; bottom border is 3px*/
}

.underlinemenu ul li a:visited{
color: gray;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color: red;
border-bottom-color: black;
}

</style>
