/**# Dream Weaver Main.css# ####################################################################### Project:     PHPLinkDirectory: Version 2.1## **********************************************************************# Copyright (C) 2004-2006 NetCreated, Inc. (http://www.netcreated.com/)## This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.# **********************************************************************## For questions, help, comments, discussion, etc., please join the# PHP Link Directory Forum http://www.phplinkdirectory.com/forum/## @link           http://www.phplinkdirectory.com/# @copyright      2004-2006 NetCreated, Inc. (http://www.netcreated.com/)# @projectManager David DuVal <david@david-duval.com># @package        PHPLinkDirectory# ######################################################################*//* Author: PHPLDTemplates.comTemplates: PHPLD V2-1-2URL: http://www.phpldtemplates.comFree PHPLD Template available: http://www.phpldtemplates.com/freephpld.php*//* Navigation bar *//****/#nav ul{	list-style: none;	margin: 33px;	padding:0;	margin-top: 90px;		}#nav li{	display: inline;	padding:0;			font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}#nav li a{	display:block;	float:left;	background: url(nav-n.gif);	background-repeat: no-repeat; 	width:77px;	height:19px;	margin: 0 1px 6px 0;	text-align: center;	padding: 2px 0px 0 0px;	color: #000000;	text-decoration: none;	font-weight:none;}#nav li a:hover{	text-decoration: none;	background: url(nav-h.gif);	background-repeat: no-repeat; }#nav li.selected{}#nav li.selected a{ 	background: url(nav-s.gif);	background-repeat: no-repeat; 	}#nav li.selected a:hover{ 	background: url(nav-h.gif);	background-repeat: no-repeat; 	}p.f{ 	color: black;	margin: 10px 5px 0px 15px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px; }