#button a:link, #button a:visited {color: #03C; border-bottom: 1px solid #666;}
#button a:hover {color: #000; background-color: #F4F2E4;
  border-bottom: 1px solid #999;}

#button {
	width: 176px;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
/*	padding: 0 0 .5em 0;*/
/*	margin-bottom: 1em;*/
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
font-size:12px;
	background-color: transparent;
	color: #C3C;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #fafafa;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
		
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 1px solid #f0f0f0;
		//border-right: 8px solid #bbb;
		background-color: #eaeaea;
		color: #C3C;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 2px solid #fafafa;
		border-right: 1px solid #ccc;
		background-color: #f9f9f9;
		color: #396;
		}

