<style type="text/css">


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

.underlinemenu{
font-weight:bold;
}

.underlinemenu ul{
padding: 14px 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"*/
font-weight:bold;
}

.underlinemenu ul li{
display: inline;
font-weight:bold;
}

.on{
color: #DD6813;
}

.underlinemenu ul li a{
color: #aeaeae;
padding: 14px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 19px; /*spacing between each menu link*/
text-decoration: none;
font-weight:bold;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: 3px solid dd6914;
color: #DD6813;
font-weight:bold;
}

</style>
