.but {
	background-image: url(images/nwx900_navbutton.png);
	text-decoration: none;
	color: white;
}

.but a{
	background-image: url(images/nwx900_navbutton.png);
	text-decoration: none;
	color: white;
}
.but a:hover {
	font-weight: bold;
}
#menu {padding:0 0 0 30px; margin:0 0 0 0; list-style:none;}
* html #menu {
margin:0;
background:none;
}

#menu li {position:relative; float:left; margin:0;}
#menu li a {
	display: block;
	height: 25px;
	line-height: 22px;
	padding: 0 20px 0 0;
	font-weight: normal;
	float: left;
	color: ButtonFace;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 16px;
}
#menu li a b {display:block; height:25px; float:left; padding:0 0 0 20px;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus
{
	font-weight: bolder;
	cursor: pointer;
	font-size: 16px;
	color: white;
	line-height: 20px;
}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b
{ background:#999; cursor:pointer;}
