﻿#footer_nav 
{
    width:100%;
}

#footer_nav ul
{    
	list-style: none;
	margin-top: 12px;
}

#footer_nav ul li 
{
	float: left;
	margin: 0 0.15em;
}

#footer_nav ul li a.home 
{
	float: left;
	width:60px;
	background-image:url(../images/nav_home.gif);
	background-repeat:no-repeat;
	display: block;
}

#footer_nav ul li a.aboutus 
{
	float: left;
	width:108px;
	height:38px;
	background-image:url(../images/footer_nav_aboutus.jpg);
	background-repeat:no-repeat;
	display: block;
}

#footer_nav ul li a.kayaks 
{
	float: left;
	width:92px;
	height:38px;
	background-image:url(../images/footer_nav_kayaks.jpg);
	background-repeat:no-repeat;
	display: block;
}

#footer_nav ul li a.kayakhire 
{
	float: left;
	width:129px;
	height:38px;
	background-image:url(../images/footer_nav_kayakhire.jpg);
	background-repeat:no-repeat;
	display: block;
}

#footer_nav ul li a.accessories 
{
	float: left;
	width:134px;
	height:38px;
	background-image:url(../images/footer_nav_accessories.jpg);
	background-repeat:no-repeat;
	display: block;
}

#footer_nav ul li a.where 
{
	float: left;
	width:139px;
	height:38px;
	background-image:url(../images/footer_nav_where.jpg);
	background-repeat:no-repeat;
	display: block;
}

#footer_nav ul li a.contact 
{
	float: left;
	width:108px;
	height:38px;
	background-image:url(../images/footer_nav_contact.jpg);
	background-repeat:no-repeat;
	display: block;
}

#footer_nav ul li a.extras 
{
	float: left;
	width:87px;
	height:38px;
	background-image:url(../images/footer_nav_extras.jpg);
	background-repeat:no-repeat;
}

#footer_nav li ul
{
	clear: both;
	margin: 0;
	padding: 0;
}
	
#footer_nav ul li ul
{
	display: none;
	border-top: solid 1px red;
}

#footer_nav ul li ul li
{	
	float: none;
	padding: 0;
	margin: 0;
	height: 15px;
	background-color: yellow;
	border-bottom: solid 1px red;
	border-left: solid 1px red;
	border-right: solid 1px red;
}

#footer_nav ul li ul li a.faq 
{
	display: block;
	width:100px;
	height: 15px;
	background-image:url(../images/nav_faq.gif);
	background-repeat:no-repeat;
}

#footer_nav ul li ul li a.news 
{
	display: block;
	width:100px;
	height: 15px;
	background-image:url(../images/nav_news.gif);
	background-repeat:no-repeat;
}

#footer_nav ul li ul li a.testimonial 
{
	display: block;
	width:100px;
	height: 15px;
	background-image:url(../images/nav_testimonials.gif);
	background-repeat:no-repeat;
}

#footer_nav ul li ul li a.links 
{
	display: block;
	width:100px;
	height: 15px;
	background-image:url(../images/nav_links.gif);
	background-repeat:no-repeat;
}
