#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.
=================================================================== */
#menu {padding:0; margin:0 0 0 293px; list-style:none; height:40px; background:url(images/ulback.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:#fff; 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,
.profile #menu li#profile a,
.services #menu li#services a,
.offshore #menu li#offshore a,
.expert #menu li#expert a,
.clients #menu li#clients a,
.contact #menu li#contact 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,
.profile #menu li#profile a b,
.services #menu li#services a b,
.offshore #menu li#offshore a b,
.expert #menu li#expert a b,
.clients #menu li#clients a b,
.contact #menu li#contact a b
{background:url(images/tab_b.gif) no-repeat left top; line-height:36px;}
