/* jquery.pull-downMenu css */
ul#seviceList li.pullDownMenu {
	position: relative;
	margin-left: 5%;
	padding-left: 0;
	cursor: pointer;
	/*	background: url(../img/bg_navi_button.gif.gif) no-repeat 0 center; */
}

ul#seviceList li.pullDownMenu span {
	display: block;
	padding: 0px 13px 0px 12px;
	background: url(../img/img_arrow_blue.gif) no-repeat 2px center;
}

ul#seviceList li.pullDownMenu:hover span {
	text-decoration: underline;
	background: url(../img/img_arrow_blue_down.gif) no-repeat 0 center;
}

ul#seviceList li.pullDownMenu ul {
	display: none;
	position: absolute;
	top: 15px;
	left: 0px;
	padding: 5px;
	background: #ececec;
	z-index: 999;
	-webkit-box-shadow: 2px 2px 3px #ddd;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #ddd;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;

	box-shadow: 2px 2px 3px #ddd;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

ul#seviceList li.pullDownMenu ul li {
	margin: 0;
	padding: 10px 50px 10px 5px;
	border: none;
	background: none;

}

ul#seviceList li.pullDownMenu ul li.lastItem {
	background: none;
}

ul#seviceList li.pullDownMenu ul li a {
	background-image: none;
}

ul#seviceList li.pullDownMenu ul li a:hover {
}
