/* CSS Document */

#button {
	width: auto;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #99CCFF;
	color: #333;
	text-align: left;
	}
	
	/*colors*/
	#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
		}
		
	#button li {
	border-bottom: 1px solid #99CCCC;
	border-left: 10px solid #CCE6FF;
	border-right: 10px solid #CBDDFA;
	margin: 0;
	text-align: left;
	background-color: #eee;
	font-size: small;
	font-weight: 600;
	list-style-image: none;
	list-style-type: none;
		}
		#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #C4E1FF;
	color: #003366;
	text-decoration: none;
	width: auto;
	list-style-image: none;
	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: #2586d7;
	color: #FF9900;
	text-decoration: underline;
	list-style-image: none;
	list-style-type: none;
		}
