#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 -22px 15px;
	list-style: none;
	height: 40px;
	background: url(ulback.gif) repeat-x;
	font-size: 90%;
}
#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;
	font-family: Arial;
	font-weight: lighter;
}
#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, .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
{
	background: url(tab_a.gif) no-repeat right top;
	line-height: 36px;
}
#menu LI A:hover B, .home #menu LI#home A B, .single #menu LI#single A B, .dropdown #menu LI#dropdown A B, .dropline #menu LI#dropline A B, .flyout #menu LI#flyout A B, .support #menu LI#support A B, .contact #menu LI#contact A B
{
	background: url(tab_b.gif) no-repeat left top;
	line-height: 36px;
}
