/**# ####################################################################### 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-type: none;	margin: 0;	padding:0;		}#nav li{	display: inline;	margin: 0;	padding:0;	}#nav li a{	display:block;	float:left;	background: url(btn-nav-n.jpg);	width:150px;	height:21px;	margin: 0 1px 0 0;	text-align:center;	padding: 9px 0 0 0;	color: #FFFFFF;	text-decoration: none;	font-weight:bold;}#nav li a:hover{	text-decoration: underline;	background: url(btn-nav-h.jpg);	}#nav li.selected{}#nav li.selected a{ 	background: url(btn-nav-s.jpg);	}#nav li.selected a:hover{ 	background: url(btn-nav-h.jpg);	}/* Navigation bar 2*//****/#nav2 ul{	list-style-type: none;	margin: 0;	padding:0;		}#nav2 li{	display: inline;	margin: 0;	padding:0;	}#nav2 li a{	display:block;	float:left;	background: url(btn-nav2-n.jpg);	width:66px;	height:21px;	margin: 0 1px 0 0;	text-align:center;	padding: 9px 0 0 0;	color: #FFFFFF;	text-decoration: none;	font-weight:bold;}#nav2 li a:hover{	text-decoration: underline;	background: url(btn-nav2-h.jpg);	}#nav2 li.selected{}#nav2 li.selected a{ 	background: url(btn-nav2-s.jpg);	}#nav2 li.selected a:hover{ 	background: url(btn-nav2-h.jpg);	}/* Navigation bar FOR VIDEO AND PHOTOS  NAV 5*//****/#nav5 ul{	list-style-type: none;	margin: 0;	padding:0;		}#nav5 li{	display: inline;	margin: 0;	padding:0;	}#nav5 li a{	display:block;	float:left;	background: url(btn-nav3-n.jpg);	width:150px;	height:21px;	margin: 0 1px 0 0;	text-align:center;	padding: 9px 0 0 0;	color: #FFFFFF;	text-decoration: none;	font-weight:bold;}#nav5 li a:hover{	text-decoration: underline;	background: url(btn-nav3-h.jpg);	}#nav5 li.selected{}#nav5 li.selected a{ 	background: url(btn-nav3-s.jpg);	}#nav5 li.selected a:hover{ 	background: url(btn-nav3-h.jpg);	}/*	tswnavbar.css	1.0.1	Please use the CSS Menu Button Wizard at		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml	to generate your own customized menu buttons.*/#tswcssbuttons {	width: 116px ;	text-align: Left ;}#tswcssbuttons ul {	margin: 15 ;	padding: 0 ;	list-style: none ;}#tswcssbuttons li {	margin: 0 ;	padding: 0 ;	display: block ;	list-style: none ;	font-family: Comic Sans, Comic Sans MS, Arial, Helvetica, sans-serif ;}#tswcssbuttons li a {	color: #000 ;	background-color: Transparent ;	border: none ;	width: 116px ;	text-decoration: none ;	display: block ;}#tswcssbuttons li a:hover {	color: #ffffff ;	background-color: Transparent ;}