
/*  Left menu
----------------------------------------------------------------*/

#leftnav { 
	margin-top:10px;
}


#leftmenu ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height:200%;
}

#leftmenu li {
	background-image: url("_images/arrow.gif");
	background-repeat: no-repeat;
	background-position:top left;
	padding-left:15px;
	border-bottom:dotted 1px #ccc;
	/*height:22px; */
}
#leftmenu li  a{
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:11px; 
	color:#666666; 
	text-decoration:none;
	font-weight:bold; 	

}

#leftmenu li a:hover{
	color:#F49C03; 
}

#leftnav span.title a{
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	color:#F49C03; 
	padding-bottom:0px; 
	margin-left:5px;
	border-bottom:dotted 1px #ccc;
	display:block; 
	text-decoration:none;
	width:155px;
	padding-top:10px;
	
}
