#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:				inherit;
	height:					23px;
	position:				relative;
	left:					90px;
	z-index:				500;
	font-family:			verdana, sans-serif;
	border-left:			solid;
	border-width:			1px;
	border-color:			#333;
}

#menu li {
	float:					left;
	border-right:			solid;
	border-width: 			1px;
	border-color: 			#333;
}

#menu li a {
	display:				block;
	float:					left;
	height:					21px;
	line-height:			21px;
	/*background:				#000;*/
	color:					#ddd;
	text-decoration:		none;
	font-size:				11px;
	font-weight:			normal;
	padding:				0 7px 0 7px;
	margin-bottom:			2px;
}

#menu li:hover{
	cursor:					pointer;
	z-index:				100;
}

#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 */

#menu li a:hover {
	z-index:				200;
	position:				relative;
	color:					#fff;
	background-color:		#000;
}

#menu li:hover {
	position:				relative;
	z-index:				200;
}

