/*///////////////Created by Ryan Bishop.//////////////////// 
Check out more of my work at: http://dribbble.com/RyanBishop 
---------------------------OR-------------------------------
------------Follow me on twitter: @abletroner---------------
//////////////////////////////////////////////////////////*/


* {
	margin: 0;
	padding: 0;
}



.menu-container {
	display: block;
	position: relative;
	width: 200px;
	background-color: #f3f0ef;
	padding: 0;
	border-radius:5px;
	box-shadow:  inset 0 0 1px rgba(255,255,255,1);
	box-shadow:  5px 5px 15px 1px rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 2px;
	float: left;
}

.nav{
  background-color: #ed6b3a;
  height:40px;
  border-radius:5px 5px 0 0;
}

.settings {
	height:20px;
	float:right;
	background-image:url(../ico/CLs7u.png);
	width:20px;
	margin:10px;
}

.menu ul {
  list-style:none;
}

.menu ul li {
  border-top:1px solid rgba(0,0,0,0.1);
  padding:11px 10px;
  box-shadow:inset 0 1px 1px #fff;
  text-indent:10px;
  }

.menu ul li a {
  font-size:14px;
  color:#a4a3a3;
  font-family: 'Strait', sans-serif;
  font-size:14px;
  text-decoration:none;
  text-shadow: 1px 1px 1px #fff;
}

.menu ul li img {
  float:left;
  margin:-2px 0 0 0;
}

.menu ul li:hover {
  border-left:3px solid #ed6b3a;
  background-color:rgba(0,0,0,0.02);
}
