/* ######### Thick Underline Menu CSS ######### */
    
.underlinemenu{
font-size:14px;
font: Arial, Helvetica, sans-serif;
font-weight: normal;
width: 100%;
min-width:900px;
}

.underlinemenu ul{
min-width:975;
/* ust sag alt sol */
padding: 15px 0 15px 15px; /*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: #000033;
padding: 6px 5px 3px 1px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 12px;
text-decoration: none;
border-bottom: 2px solid #000033; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #000000;
color: #000000;
}