﻿#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.

#fff
=================================================================== */
#menu {
 padding:0;
 margin:0 0 0 0px;
 width:100%; 
 list-style:none;
 height:40px;
 background: url('../images/glbnav_background.gif') repeat-x;
 }

#menu li {
float:left;
}




#menu li a {
display:block;
height:40px; 
line-height:40px;
padding:0 20px 0 0;
float:left;
color:black;
font-family: Arial,sans-serif;
font-size:small;
text-decoration:none
}

#menu li a b {
	display:block;
	height:40px;
  	float:left;
   	padding:0 0 0 20px;
    cursor:pointer;
    }

#menu li a:hover, 
.home #menu li#home a,
.installation #menu li#installation a,
.servicing #menu li#servicing a,
.parts #menu li#parts a,
.contact #menu li#contact a,
.about #menu li#about a

{background:url('../images/tab_a.gif') no-repeat right top; line-height:36px;}

#menu li a:hover b,
.home #menu li#home a b,
.installation #menu li#installation a b,
.servicing #menu li#servicing a b,
.parts #menu li#parts a b,
.contact #menu li#contact a b,
.about #menu li#about a b

{background:url('../images/tab_b.gif') no-repeat left top; line-height:36px;}


