@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 22px;

}

.underlinemenu ul{
	padding: 10px 0 14px 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: right;
//set value to "left", "center", or "right"*/
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 22px;

}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #330000;
	padding: 10px 18px 12px 20px; /*top padding is 10px, bottom padding is 12px*/
	margin-right: -3px; /*spacing between each menu link*/
	margin-left: -3px;
	text-decoration: none; /*bottom border is 3px*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 22px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC6633;
	border-bottom-color: #CC6633;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color:#990000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC6633;
}

</style>
