#menu {
	clear:both;
	background:url(../gfx/navbar.gif);
	width: 950px;
	height: 40px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a, #menu a:visited, #menu .leftnullitem, #menu .rightnullitem    {
	display: block;
	float: left;
	font-size:1.2em;
	font-weight:bold;
	margin-top:5px;
	height: 30px;
	line-height:30px;
	text-decoration: none;
	color: #000;
	width:140px;
	border-right:1px solid #aaa;
	border-left:1px solid #ddd;
	text-align:center;
}

#menu a:hover {
	background:url(../gfx/navbar.gif) bottom;
	color: #000;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center bottom;
}
#menu .leftnullitem {
	width:190px;
	border-left:none;
}
#menu .rightnullitem {
	width:1px;
	border-right:none;
}

