
.underlinemenu{
font: bold 14px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
width: 100%;
}

.underlinemenu ul{
padding: 2px 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 a{
color: #000000;
padding: 6px 3px 4px 19px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 5px; /*spacing between each menu link*/
text-decoration: none;
a:link, a:visited {

	color: #000000;

	text-decoration: none;

}



}



.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8x;
line-height: 2px;
background: #dcdcdc;
border-top: 1px solid #dcdcdc; /*Remove this to remove border between bar and tabs*/
}

