			
		ul.list	{
					list-style:none;
					margin:0;
					font-size:0.9em!important;
					}
		ul.list li
					{
					height:1%;
					display:block;
					margin-bottom:0;
					}
		/* hide from ie \*/
		html>body ul.list li
					{
					height:auto;
					}
		/* end hide */
		
		ul.list li img
					{
					margin-right:10px;
					margin-bottom:10px;
					float:left;
					/* ie float bug, see interna.css */
					clear:both;
					display: inline;					
					}
					
		ul.list li a,
		ul.list li a:visited
					{
					padding:7px;
					margin:0px;
					width:100%;
					clear:both;
					/*color:gray;*/
					}
		ul.list li h3
					{
					color:#2578d3;
					font-weight:normal;
					font-size:1.4em!important;
					margin:0;
					padding-left:15px;
					background:transparent url(img/icon-mini-file.gif) no-repeat;
					background-position:0px 50% 0px 0px;
					}
		ul.list li a p
					{
					width:auto;
					font-weight:normal;
					margin:0;
					margin-left:15px;
					text-indent:0;
					}

		ul.list li a:hover
					{
					background-color:transparent;
					color:#e57614;
					}
		ul.list li a:hover h3
					{
					color:#e57614;
					}

					
					
					
					
		ul.list li.first
					{
					}
		ul.list li.first h3
					{
					font-weight:bold;
					}
		ul.list li.first p
					{
					color:black;
					}

