#button {
	padding: 0;
	width: 150px;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	margin-bottom: 1px;
	font-family: Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	background-image: url(../images/menu-bg.gif);
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A6BCE1;
	}


#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

		
		
#button li {
	border-bottom: 1px solid #990000;
	margin: 0;
	float: left;
	position: relative;
	}
#button li a {
		display: block;
		color: #000000;
		padding: 5px 5px 5px 0.5em;
		text-decoration: none;
		width: 100%;
		height: 30px;
		}

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

#button li a:hover {
	border-left: 0px none #990000;
	border-right: 0px none #990000;
	background-color: #C3D6E7;
	color: #990000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #990000;
	border-bottom-color: #990000;
	width: 148px;
	height: 30px;

		}


#button li#top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	}
	
a {
	text-decoration: none;
	color: #000000;
}