#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.csssubmenus.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.
=================================================================== */
#submenu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:100; font-family:arial, verdana, sans-serif;}
#submenu li {float:right; margin-right:0px;}
#submenu li a {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#666666;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 17px 0 10px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #55E2CF;
}


#submenu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */




/* Top level Hover colours */
#submenu li:hover > a {
	color:#666666;
	background-color: #55E2CF;
	border-bottom: 3px solid #FFF;
}
