
	li#links a { background-image: none; }

/*	-------------------------------------------------------------
	Headings
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	h3#links {
		width: 36px;
		height: 13px;
		background: url(../../images/headings/links.gif);
		}
		
/*	-------------------------------------------------------------
	List
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul.links {
		list-style-type: none;
		}
		
	ul.links li {
		margin: 0 30px 0 0;
		background: url(../../images/bullets/redArrow.gif) 0 5px no-repeat;
		}
		
	ul.links a {
		color: #1D4065;
		padding: 0 0 0 10px;
		text-decoration: none;
		}
		
	ul.links a:hover {
		text-decoration: underline;
		}