﻿div#foot2
{
    height: 46px;    
    background: url("/images/frame/foot-bg.jpg") no-repeat;
    clear: both;
    position: relative;
}


#foot2 div
{
    text-align: right;
    padding: 10px 20px 0 0;
    font: bold 9px/10px "Arial Narrow", Arial, Verdana, sans-serif !important;
    color: #000;
    /*letter-spacing: 0.03em !important;*/
    position: absolute;
    /*right: 0;*/
    left:20px;
    z-index: 1;
}

* html #foot2 div
{
	letter-spacing: -.1em !important;
}

#foot2 a
{
    color: #000;
    position: relative;
    top: 1px;
}

#foot2 a:hover
{
    color: #fff;
    text-decoration: none;
}

#foot2 ul
{
	text-transform: uppercase;
}

#foot2 ul li
{
	position: relative;
	display: inline;
}

#foot2 ul li ul
{
	position: absolute;
	width: 480px;
	display: none;
	z-index: 3;
	text-align: left;
	top: 14px;
	left: 0;
	background: url("/img/bg-arrow-sublinks.gif") no-repeat 8px 50%;
	padding-left: 24px;
}

#foot2 ul li ul#links_joistdeck
{
	width: 150px !important;
}

#foot2 ul li ul li
{
	display: inline;
}

#foot2 ul li ul li, #foot2 ul li ul li a
{
	color: #000;
}

#foot2 ul li ul li.parent_link a
{
    color: #fff !important;
}

#foot2 ul li ul li a:hover
{
	color: #fff;
}