@charset "utf-8";
/* CSS Document */


#underlinemenu{
	width: 750px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
	height: auto;
}

#underlinemenu ul{
	margin-bottom: 10px;
	float: right;
	font-weight: bold;
	width: 750px;
	margin-top: 1;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top-width: thin;
	border-right-width: 0;
	border-bottom-width: medium;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #DFDFDF;
	border-bottom-color: #666;
	border-left-color: #DFDFDF;
	list-style-type: square;
	clear: right;
}

#underlinemenu ul li{
	display: inline;
	color: #333;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

