/* ######### Thick Underline Menu CSS ######### */
    
.underlinemenu{
font-weight: bold;
width: 100%;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.underlinemenu ul{
padding: 4px 0 7px 0; /*4px 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; /*Menu-instilling: set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 11px;
color: #ffffff; /*farven på tekst på ,enuen*/
padding: 4px 6px 1px 6px; /*top - right - bottom - left*/
margin-right: 0px; /*Højremargen - afstand til næste */
letter-spacing: 1px;
text-decoration: none;
border-bottom: 3px solid #ff6900; /*Underline - bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #ffffff;
}
