<style type="text/css">

.navbox {
	position: relative;
	float: left;
}

ul.nav {
	list-style: none;
	display: block;
	width: 200px;
	position: relative;

	
	padding: 00px 0 60px 0;
	background: url(shad2.png) no-repeat;
	-webkit-background-size: 50% 100%;
}

li {
	margin: 5px 0 0 0;
}

ul.nav li a {
	-webkit-transition: all 0.3s ease-out;
	background: # url(12.jpg) no-repeat;
	color: #174867;

	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	width: 180px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 1px 2px 4px #888;
}

ul.nav li a:hover {
	background: #ebebeb url(border1.png) no-repeat;
	color: #67a5cd;
	padding: 7px 15px 7px 30px;
}

</style>