#menu {
	height:37px;
	border-bottom:1px solid #555;
}

.menu {
	width: 1008px;
	position:relative;
	margin:0 auto; padding:0;
	list-style:none;
	text-align:left;
	line-height:11px;
}

.menu LI {
	width:168px;
	height:20px;
	float:left;
	padding:2px 0 15px;
	background:url(images/menu-item-bg.png) no-repeat 0 100%;
	position:relative;
} 

.menu LI A {
	color:#d7d7d7;
	text-decoration:none;
	font-weight:bold;
}

.menu LI A:hover {
	color:#900b00;
}

.menu LI.active {
	background:url(images/menu-item-bg-act.png) no-repeat 0 100%;
}

.menu LI.active A {
	color:#900b00;
}

#slider {
	width:12px; height:12px;
	background:url(images/menu-arrow.png) no-repeat;
	position:absolute;
	top:37px; left:-5px;
	z-index:10;
}

