@charset "UTF-8";
#leftLogo ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #163903;
	padding-top: 6px;
	padding-right: 60px;
	padding-bottom: 6px;
	padding-left: 60px;
}
#sampleList {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sampleList ul li a{
	display: block;
	height: 24px;
	width: 207px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: url(../images/davis_small_round_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 60px;
	color: #ffcc66;
	font-weight: normal;
	font-size: 12px;
	padding-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sampleList ul li a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc66;
	height: 23px;
}
