/* CSS Document */

#button {
	width: 9em;
	border-right: 1px none;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #E6F2FF;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	/*colors*/
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	border-right-style: none;
	border-left-style: none;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	list-style-type: none;
   
		
		}
		#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #c4e1ff;
	color: #003366;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	text-decoration: none;
	width: 100%;
	list-style-type: none;
		}

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

	#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #85A3CF;
	color: #fff;
	list-style-type: none;
		}

