#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;  
	list-style:none; 
	height:40px; 
	font-family:arial, verdana, sans-serif;
	}
	
#menu li {margin-right:1px;}
#menu li a {
	display:block; 
	height:40px; 
	line-height:40px; 
	background:#fff; 
	color:#772D6B; 
	text-decoration:none; 
	font-size:18px; 
	font-weight:normal; 
	padding:0 20px 0 20px;
	}

#menu 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 
 * grey: 99897C 153,137,124
 * purple: 772D6B 119,45,107
 */

#menu li a:hover {color:#772D6B; background-color:#f8f4f1;-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;}

#menu li:hover > a {color:#772D6B; background:#f8f4f1;}
#menu li:hover > a.sub {color:#772D6B; background-color:#f8f4f1;}

#menu li.current a {color:#772D6B; background:#840;}



