﻿<style type="text/css">

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

.underlinemenu{
font-weight: bold;
width: 100%;
font-family: "Arial";
}

.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: left; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

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

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{

border-bottom-color: #FF0000;
border-top-color: #FF0000;

}

</style>
