﻿div.top-nav
{
position			: relative;
width				: 950px;
padding				: 10px 0px 0px 0px;
overflow			: hidden;
float               : left;

}

div.top-nav ul
{
list-style-type     : none;
padding             : 0px;
margin              : 0px;
overflow			: hidden;
}

div.top-nav ul li
{
display             : block;
float               : left;
background-image    : url(../images/generic/topnav_off_left.gif);
background-repeat   : no-repeat;
background-position : left top;
line-height         : 37px;
background-color    : #DBDBDB;
}

div.top-nav ul li.on
{
display             : block;
float               : left;
background-image    : url(../images/generic/topnav_on_left.gif);
background-repeat   : no-repeat;
line-height         : 37px;
background-position : left top;
}

div.top-nav ul li a
{
background-image    : url(../images/generic/topnav_off_right.gif);
background-repeat   : no-repeat;
background-position : right top;
font-size           : 80%;
font-weight         : bold;
color               : #666;
text-decoration     : none;
display             : block;
padding             : 0px 15px 0px 15px;
}

div.top-nav ul li.on a
{
background-image    : url(../images/generic/topnav_on_right.gif);
background-repeat   : no-repeat;
background-position : right top;
font-size           : 80%;
font-weight         : bold;
color               : #FF9933;
text-decoration     : none;
display             : block;
padding             : 0px 15px 0px 15px;
}

div.logo
{
position			: relative;
width				: 365px;
padding				: 0px 10px 0px 0px;
overflow			: hidden;
float               : right;

}

div.logo h1
{
background-image    : url(../images/generic/logo_lingfield_warehousing.jpg);
background-repeat   : no-repeat;
height              : 0px;
padding-top         : 96px;
width               : 363px;
margin              : 0px;
float               : right;
}

div.top-nav-logo#archive div.logo h1
{
background-image    : url(../images/generic/logo_lingfield_archive.gif);
background-repeat   : no-repeat;
height              : 0px;
padding-top         : 96px;
width               : 363px;
margin              : 0px;
float               : right;
}


/* Sub nav */

div.sub-nav
{
position			: relative;
width				: 980px;
padding				: 0px 0px 0px 0px;
overflow			: hidden;
border-bottom       : 4px solid #C8C9C9;
}

div.sub-nav ul
{
list-style-type     : none;
padding             : 0px;
margin              : 0px;
overflow			: hidden;
}

div.sub-nav ul li
{
display             : block;
float               : left;
line-height         : 30px;
}

div.sub-nav ul li a
{
font-size           : 75%;
font-weight         : normal;
color               : #666;
text-decoration     : none;
display             : block;
padding             : 0px 15px 0px 15px;
}

div.sub-nav ul li.on a
{
font-weight         : bold;
}
