#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; list-style:none;}
#menu li {float:right; margin-left:1px;}
#menu li a {display:block; height:23px; line-height:12px; padding:5 15px; float:left; color:#333; text-decoration:none;}
#menu li#menu1 a {background-color:#3f0;border-bottom: 4px solid #390;}
#menu li#menu2 a {background-color:#2E9AFE;border-bottom: 4px solid #084B8A;}
#menu li#menu3 a {background-color:#DF0174;border-bottom: 4px solid #B4045F;}
#menu li#menu4 a {background-color:#cf0;border-bottom: 4px solid #cc0;}
#menu li#menu5 a {background-color:#fc6;border-bottom: 4px solid #f93;}
#menu li a b {text-transform:uppercase;}
#menu li.current#menu1 a, 
#menu li.current#menu2 a,
#menu li.current#menu3 a,
#menu li.current#menu4 a,
#menu li.current#menu5 a,
#menu li a:hover,
#menu li#menu1 a:hover,
#menu li#menu2 a:hover,
#menu li#menu3 a:hover,
#menu li#menu4 a:hover,
#menu li#menu5 a:hover
	{color:#fff;background-color:#333;border-bottom: 4px solid #ccc;}