/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
		
		.underlinemenu{
font-weight: normal;
width: 100%;
}

.underlinemenu ul{
padding: 15px 0 6px 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: #003399;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 0px solid #ccc;
}

.underlinemenu ul li a:hover{
	color: #003366;
	text-decoration: underline;
}
	
.underlinemenu ul li.current a{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
