/*Top Navigation bar*/

#top-navigation
{
width:852px;
position:relative;
z-index:1000;
}
#top-navigation img
{
	border:0px;
}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:842px;
	}

#nav a {
	/*background-image:url(images/tab.png);*/
	width:91px;
	/*height:24px;*/
	text-align:center;    
	color: #CCCCCC;
	display: block;
	font-size: 12px;
	font-family:Verdana;
	font-size:10px;
	margin-right:2px;
	padding-top:6px;
    font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	outline:none;
	}

	
#nav a:hover,#nav a:active
{
	/*background-image:url(images/tab-selected.png);*/
	display: block;
	text-decoration: none;
	color:#A6A6A6;    
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding:0px;
	color:#686868;
	/*width: 140px;*/
	}
	
#nav li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited {
	background: #FFFFFF;
	/*color:#333333;*/
	color:#686868;
	width:128px;
	font-size:11px;
	font-family:Verdana;
    font-weight:normal;
	float:none;
	margin:0px;
	text-align:left;
	padding-left:5px;
	text-decoration:none;
	height:15px;
	text-transform:none;
	}

	
#nav li li a:hover {
	background: #FFFFFF;
	color: #000000;
	text-decoration:underline;	
	}


#nav li ul {
	position: absolute;
	width: 10em;
	left: auto;
	display:none;
	background-color:#ffffff;
	}
	


#nav li:hover ul {
	left: auto;
	display: block;
	padding-bottom:12px;
	width:140px;
	background-image:url(images/menu_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#ffffff;
	
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/* Top level menu classes */

li.page-item-2 a /* About Us */
{
    width:94px;
    /*background-image:url(images/tab_about.png);*/
    background-position:left bottom;
    background-repeat:no-repeat;
    
}
li.page-item-2 a:hover /* About Us */
{
    width:94px;
    /*background-image:url(images/tab_about.png);*/
    background-position:left bottom;
    background-repeat:no-repeat;
}

.page-item-6 /* About Oak */
{
    width:94px;
}

.page-item-8 /* Products */
{
    
}
.page-item-10 /* Environment */
{
    width:94px;
}
.page-item-12 /* Bulk timber */
{
    width:94px;
}
.page-item-14 /* Domestic */
{
    width:94px;
}
.page-item-16 /* Joinery */
{
    width:94px;
}
.page-item-18 /* Promotion */
{
    width:94px;
}
.page-item-20 /* Media */
{
    
}

.page-item-20 a /* Media */
{
    
}


/*End Top navigation bar*/
@charset "utf-8";
/* CSS Document */

