/* CSS Tabs */
#button {
	width: 100%px;
	margin:0px;
	font-family:Tahoma, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-size : 11px;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		
		}
		
	#button li {
		border-bottom: 1px solid #0067AE;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#button li a {
		display: block;
		padding-right: 35px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #FFFFFF;
		text-decoration: none;
		font-weight:bold;
		width: 100%;
		}

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

	#button li a:hover {
		background:#007BBD url(images/hover_menu.png) no-repeat;
		background-position:right center;
		color: #FFFFFF;
		font-weight:bold;
		}

