#nav_sub {
	width:158px;
	color: #3e3c2f;
	font-weight: bold;
	}

#left ul {
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	font-size: 85%;
	}

#left ul a {
	display: block;
	font-weight: bold;
	width: 166px; 
	height: 31px;
	line-height: 31px;
	color: #002121;
	text-decoration: none;
	background: #f9fdf2 url(../img/layout/button.gif) no-repeat left bottom;
	text-indent: 36px;
	}

#left a:hover {
	background-position: right bottom;
	color: #8f5a42;
	text-indent: 39px;
	}
	
#left #language a:hover { text-indent: 0;}
	
#left li {
	display: inline;
	}
	
#left ul ul a {
	display: block;
	width: 166px;
	font-size: 11px;  
	height: 27px;
	line-height: 27px;
	color: #002121;
	text-decoration: none;
	background: #f9fdf2 url(../img/layout/button_sub.gif) no-repeat left bottom;
	text-indent: 42px;
	}
	
#left ul ul a:hover {
	background-position: right bottom;
	color: #8f5a42;
	text-indent: 46px;
}
	
#left ul ul .current a {
	display: block;
	font-size: 11px; 
	width: 166px; 
	height: 27px;
	line-height: 27px;
	color: #8f5a42;
	text-decoration: none;
	background: #f9fdf2 url(../img/layout/button_sub.gif) no-repeat left bottom;
	text-indent: 42px;
}

