#leftsideNav li a{
            color: #FFF;
        }
#leftsideNav  {
	background:#e26e26;
	font-size:13px;
	border-radius:7px;
        text-align: center;
        color: #FFF;
  	-webkit-box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 5px #000;
	border-radius:7px;
	text-shadow: 0 1px 0 white;
	
	}
  
#leftside ul li a {
	-webkit-box-shadow: inset 0 0 10px white;
	-moz-box-shadow: inset 0 0 5px white;
	border-radius:7px;
	border-radius:0px 10px 0px 10px;
	color:white;
	-webkit-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	text-shadow: 0 -1px 0 white;
	}
	
#leftside ul li a:hover {
	-webkit-box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 5px #000;
	border-radius:7px;
	border-radius:0px 10px 0px 10px;
	color:white;
	-webkit-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	text-shadow: 0 -1px 0 white;
	}
