@charset "UTF-8";
/* CSS Document */

.underlinemenu{
font-weight: normal;
font-family:Tahoma, Geneva, sans-serif; text-transform:uppercase; font-size:12px; width:710px;
}

.underlinemenu ul{
padding: 70px 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:#CCC;
padding:67px 7px 2px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 5px; /*spacing between each menu link*/
text-decoration: none;
/*border-bottom: 1px solid gray;*/ /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
/* border-bottom-color: white; */ text-decoration:underline;
}