
#menu .item, #menu .delim {
	display: inline;
	position: relative;
}
#menu .item {
	top: 17px;
}
#menu .delim {
	background: url('../img/delim.png') no-repeat;
	background-position: 0px 3px;
	width: 2px;
	margin-right: -4px;
}

#menu .item a {
	color: #000;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding: 0px 15px;
}


#menu .left {
	float: left;
	width: 10px;
	height: 53px;
	background: url('../img/menu_left.png') no-repeat;
}
#menu .center {
	float: left;
	height: 53px;
	background: url('../img/menu_center.jpg') repeat-x;
	min-width: 930px;
	_width: 930px;
	text-align: center;
}
#menu .right {
	float: left;
	width: 10px;
	height: 53px;
	background: url('../img/menu_right.png') no-repeat;
}

#menu a:hover, #menu .select a {
	color: #442513;
}

#menu .select a {
	color: #442513;
	text-decoration: underline;
}