@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-weight: bold;
	width: 828px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959D56;
	height: 24px;
}

.underlinemenu ul{
	margin: 0;
	text-align: right;




//set value to "left", "center", or "right"*/
;
	padding-right: 0;
	padding-left: 0;
}

.underlinemenu ul li{
	display: block;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

.underlinemenu ul li a{
	color: #494949; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	font-size: 11px;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray;
	margin: 0px;
}
.underlinemenu ul li a:hover{
	color: #999;
}

