#menu{
	list-style:none;
	width:650px;
	padding: 5px 0px 0px 0px;
	margin: 0;
	}

#menu li{
	float: left;
	margin: 0.25em .1em 0.25em .1em;
	white-space: nowrap;
	font-size:14px;
	}

#menu li a{
	background: url("../images/menu.gif") left no-repeat;
	float: left;
	width: 165px;
	line-height: 19px;
	display: block;
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	text-align: center;
	}


#menu li a:hover{
	background: url("../images/menuhover.gif") left no-repeat;
	float: left;
	width: 165px;
	display: block;
	color: #000;
	background-color:transparent;
	text-decoration: none;
	text-align: center;
	}

.selected{
	line-height: 19px;
	background: url("../images/menuhover.gif") left no-repeat;
	float: left;
	width: 165px;
	display: block;
	color: #000;
	background-color:transparent;
	text-decoration: none;
	text-align: center;
	}

	/* Hide from IE5-Mac \*/
#menu li a{
	float: none
	}
	/* End hide */
