.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
	margin: 0;
	height: 28px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.underlinemenu ul li{
	display: inline;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 38px;
}

.underlinemenu ul li a{
	color: #767676; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 8px; /*spacing between each menu link*/
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	height: 34px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color: #009ce8;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
