/* CSS Document */

/*START OF NAVIGATION*/
div#navbar  {
	color: #ffffff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	padding-left: 0px;
	top:0px;
	width: 981px;
	height:auto;
	border-top:  5px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	float: left;
	margin:0px;
	background-image:url(images/burnsjoinery_navdarkblue.jpg);
	background-repeat:repeat;
	position:relative;}
	
#navbar ul {
	float:left;
	width:981px;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	background-color: #ffffff;
	background-image: url(images/burnsjoinery_navdarkblue.jpg);}
	
#navbar li {
	display:inline;
	text-align: center;
	height: 56px;
	border-bottom: 1px solid #cccccc;
	width: auto;
	background-image:url(images/burnsjoinery_navdarkblue.jpg);
	background-repeat:repeat-x;}

#navbar a { 
	color: white;
	text-decoration: none; 
	padding: 15px 20px 0px 25px; 
	width: auto; 
	float: left;
	text-align: center;
	border-right: 4px solid white;
	height: 29px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(images/burnsjoinery_navdarkblue.jpg);
	background-image:url(images/burnsjoinery_navdarkblue.jpg);
	font-weight:bold;}

#navbar a:hover {
	color: white;
	text-decoration: none; 
	padding: 15px 20px 0px 25px; 
	width: auto; 
	float: left;
	text-align: center;
	border-right: 4px solid white;
	height: 29px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(images/burnsjoinery_navlightblue.jpg);
	font-weight:bold;}

//**HOME**//
#navbar li a.homeactive{
	background-color: #ffffff;
	color: #ffffff;
	height: 44px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 5px solid white;}
	
#navbar  a.homeactive{
	color: #ffffff;
	text-decoration: none; 
	padding: 15px 20px 0px 25px; 
	width: auto; 
	float: left;
	text-align: center;
	border-left: 0px solid white;
	height: 29px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(images/burnsjoinery_navlightblue.jpg);
	font-weight:bold;}
	
#navbar li a.homeactive1{
	background-color: #ffffff;
	color: #ffffff;
	height: 44px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 5px solid white;
	border-right: 5px solid white;}
	
#navbar  a.homeactive1{
	color: #ffffff;
	text-decoration: none; 
	padding: 15px 20px 0px 25px; 
	width: auto; 
	float: left;
	text-align: center;
	border-left: 0px solid white;
	height: 29px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(images/burnsjoinery_navlightblue.jpg);
	font-weight:bold;}
