@charset "utf-8";
/* CSS Document */

ul.left-menu {
	height: auto;
	width: 199px;
	background: #87847f;
	padding: 3px;
	margin-bottom: 0;
}
ul.left-menu li {
	list-style: none;
	margin: 3px 0 0;
}
ul.left-menu li:first-child {
	margin-top: 0px;
}
ul.left-menu li a {
	display: block;
	width: 178px;
	height: 42px;
	text-decoration: none;
	
	background: #aba9a6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b5b3b1) to(#9f9e9a)); /*old webkit*/
    background: -webkit-linear-gradient(#b5b3b1, #9f9e9a); /*new webkit*/
    background: -moz-linear-gradient(#b5b3b1, #9f9e9a); /*gecko*/
    background: -ms-linear-gradient(#b5b3b1, #9f9e9a); /*IE10*/
    background: -o-linear-gradient(#b5b3b1, #9f9e9a); /*opera 11.10+*/
    background: linear-gradient(#b5b3b1, #9f9e9a); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#b5b3b1, #9f9e9a); /*PIE*/		
			
	border-bottom: 1px solid #5c5954;
	border-right: 1px solid #5c5954;  
	text-shadow: 0 1px 0 #5c5954;
	
	color: #FFF;
	font-family: 'Corbel';
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	padding: 0 10px 0 12px;
}
ul.left-menu li a:hover,
ul.left-menu li a.selected {
	background: #5f5e5a; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#575552) to(#5c5954)); /*old webkit*/
    background: -webkit-linear-gradient(#575552, #5c5954); /*new webkit*/
    background: -moz-linear-gradient(#575552, #5c5954); /*gecko*/
    background: -ms-linear-gradient(#575552, #5c5954); /*IE10*/
    background: -o-linear-gradient(#575552, #5c5954); /*opera 11.10+*/
    background: linear-gradient(#575552, #5c5954); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#575552, #5c5954); /*PIE*/	
}
