@charset "utf-8";
/* CSS Document */
#servicenav ul {
	height: auto;
	width: 210px;
	margin: 0px;
	/*	position: relative;
	left: 21px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffb84c;*/
	padding-left: 15.8px;
}
#servicenav ul li {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#servicenav ul li a	{
	height: 23px;
	width: 195px;
	display:block;
	background-image: url(../images/sevice_btn.jpg);
	color: #ffffff;
	text-indent: 15px;
	text-decoration: none;
	padding-top: 1px;
	line-height: 19px;
}
#servicenav ul li a:hover	{
	background-position: center -23px;
	color: #ffb10f;
}
