@charset "UTF-8";
/* CSS Document */


#button {
	width: 155px;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size:12px;
	background-color: #73829c;
	color: #333;
	position: relative;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90a3c3;
		margin: 0;
		}
		
		#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #5f7f98;
		border-right: 10px solid #5f7f98;
		background-color: #6789c2;
		color: #fff;
		text-decoration: none;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #4e687c;
		border-right: 10px solid #4e687c;
		background-color: #406199;
		color: #fff;
		}