@charset "utf-8";
/* CSS Document */


.underlinemenu{
font-weight: bold;
width: 100%;
padding-top:5px;
}

.underlinemenu ul{
padding: 8px 0px 7px 0px; /*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: center; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
font-family:tahoma;
font-size:83%;
color: #ffffff;
padding: 13px 19px 10px 20px; /*top padding is 13px, bottom padding is 10px*/
margin:0px 1px 0px 0px; /*spacing between each menu link*/
text-decoration: none;
background:url(../images/link-sep.jpg) right no-repeat;
/*border-right: 1px solid #336600; /*right border is 1px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color:#ffffff;
font-weight:bold;
background:url(../images/nav_h.jpg) top left repeat-x;

}

.underlinemenu ul li a.hidesep{
font-family:tahoma;
font-size:83%;
color: #c9e29a;
padding: 13px 19px 10px 20px; /*top padding is 13px, bottom padding is 10px*/
margin:0px 1px 0px 0px; /*spacing between each menu link*/
text-decoration: none;
}
