#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.
=================================================================== */
#menubox { width: 590px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 0.9em; }
#menu {padding:0; margin:0; list-style:none;}
#menu li {float:left; margin-left:1px;}
#menu li a { display:block; height:40px; line-height:40px; float:left; background:#fff; color:#666; text-decoration:none; width: 115px; padding-top: 0; padding-bottom: 0; text-align: center; }
#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{ color:#336699; background-color: #fff; background-image: url(../images/arrow.gif); background-repeat: no-repeat; background-position: center bottom; }
.border-rgt { border-left-width: 1px; border-left-style: solid; border-left-color: #ccc; }
