@charset "utf-8";
/* CSS Document */
.clear{
	display: block;
	clear: both;
}

#navigation{
	/*width: 200px;*/
}
#navigation ul{
	list-style: none;
	padding:15px 0 0 25px;
	width:234px!important;
}
#navigation ul li{

	
}
#navigation ul li a{
	text-indent: 20px;
	padding: 7px 0 6px 0;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #9e5c25;
	font-size:14px;
	font-family:Myriad Pro;	
	background-image: url(../images/bull.png);
	background-repeat: no-repeat;
	background-position: 0px 10px ;
	border-bottom: 1px dotted #d0d0cf;
}
#navigation ul li a:hover, #navigation ul li a.active{
	/*background-color: #8E8963;*/
	background-image: url(../images/naviBg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px ;
	color: white;
	padding: 7px 0 7px 0;
	border-bottom: 0px dotted #d0d0cf;
}
