	.button {
		width: 180px;
		text-align: left;
		border: 1px solid #000;
		padding: 0 0 0.5em 0;
		margin-bottom: 1em;
		font-family: 'HelveticaNeue', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
		font-size: 100%;
		background-color: #5666AA;
		color: #333;
		}
		
	.button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
			
	.button ul li {
		display: block;
		border-bottom: 1px solid #5666AA;
		margin: 0;
		}
		
	.button li a {
		display: block;	
		padding: 4px;
		border-left: 10px solid #000055;
		border-right: 10px solid #000088;
		background-color: #000066;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		}
			
	html>body .button li a {
		width: auto;
		}
			
	.button ul li a:hover {
		border-left: 10px solid #104E8B;
		border-right: 10px solid #3063A5;
		background-color: #003F80;
		color: #fff;
		}

	.button ul li a:visited {
		color: white;
		}

	.button ul ul {
		top: 0;
		}
	

	.button ul li:hover ul {
		display: block; 
		left:0;  
		}
	
	.button ul li ul li a {		/* Submenu formatting - IE6 specific submenu formats in iestyle.css */
		background-color: #210086;
		border-left: 5px solid #100065;
		border-right: 5px solid #2100A8;
		height: 1em;
		font-size: 12px;
		}
	
	.button ul li ul li a:hover {	/* Submenu rollover */
		background-color: #003F80;
		border-left: 5px solid #104E8B;
		border-right: 5px solid #3063A5;
		}	
	
	

		