#headercategory ul li{
display:inline-table;
margin-top:-10px;
}
#headercategory ul li ul {
	background: #F4F4F4;
	border:1px solid #B3B3B3;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	/*margin: 15px 0 0 -46px;*/
	margin: 15px 0 0 -36px;
	padding: 0 10px 0;
	position: absolute;
	width: 100px;
	float:none;
	/*background:url(http://psd.tutsplus.com/wp-content/themes/tuts/images/theme/psdtuts/sprite.png) no-repeat scroll 0 -550px #E6E6E6;;
    color: #000000;*/
	text-shadow: 0 1px 0 white;
	z-index:9999;
}

#headercategory ul li ul li {
	border-bottom: 1px solid #CCC;
	display: block;
	float: none;
	/*height: 14px;*/
	padding: 0px 0;
	text-align: center;
	width: 100px;
	margin: 0;

}

#headercategory ul li ul li a {
	color: #1D5313;
	text-shadow: none;
	padding: 0px;
	background:none;
}

#headercategory ul li ul li a:hover {
	/*color: #FFF;
	background: #890000 url(http://psd.tutsplus.com/wp-content/themes/tuts/images/theme/psdtuts/sprite.png) no-repeat 0px -500px;
    border-radius:10px;*/
	background:none;
	}

#headercategory ul li ul li:last-child:not(li.arrow) {
	border: 0;
}

/* Arrow */
.arrow {
	background: url(../img/arrow.png) no-repeat;
	border: 0;
	display: none;
	position: absolute;
		top: -10px;
		/*left: 63px;*/
		left: 53px;
	height: 11px;
	width: 20px;
	text-indent: -9999px;
}