#banner-img {
	display: none;
}
#menu {
	list-style: none;
	width: 100%;
	height: 30px;
	margin: 0;
    padding: 0;
	border: 1px solid #ffffff;
	border-left: none;
	border-bottom: none;
	background-color: #727271;
}
#menu li {
	float: left;
	height: 30px;
	border-right: 2px solid #5b5b5a;
	position: relative;
	overflow: hidden;
}
#menu li.hover {
	background-color: #999999;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	padding: 0 5px;
	line-height: 30px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	position: relative;
}
#menu li.hover a, #menu li.hover a:link, #menu li.hover a:visited, #menu li.hover a:active {
	color: #333333;
}
.arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 150%;
	height: 100%;
	background: url(index_images/arrow.jpg) no-repeat right center #999999;
}
#news {
    color: #FBCF01;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: 308px;
}
#home {
	margin-left: 80px;
	border-left: 2px solid #5b5b5a;
}