#menu_links a {
	height: 11px;
	padding: 12px 20px 16px 20px;
	border-top: 2px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #d8d4d4;
	text-decoration: none;
	text-align: center;
	background-color: #eeeeee;
	color: #484848;
	font-size: 12px;	
	font-family: sans-serif;
	font-weight: bold;	
	float: left;
}

#menu_links a:hover,
#menu_links a.active,
#menul:hover a,
#menul.active a {
	border: none;
	padding: 14px 21px 16px 21px;
	background-image: url("../img/menu_active_bg.jpg");
	color: #ffffff;
}

#menul {
	height: 41px;
	padding-left: 6px;
	background: url("../img/menul.png") no-repeat;
	float: left;
}

#menur {
	height: 41px;
	float: right;
	width: 6px;
	background: url("../img/menur.png") no-repeat right;
}

#menu_fill {
	border-top: 2px solid #ffffff;
	height: 39px;
	margin: 0 6px 0 6px;
	background: #eeeeee;
}

#menul:hover, #menul.active {
	background-image: url("../img/menul_active.png");
}

#menu_first {
	border-left-color: transparent ! important; 
}

#menu_last {
	border-right-color: transparent ! important;
}

#menu_search input {
	margin: 9px 0 0 0;
	padding: 3px 0 0 3px;
	height: 17px;
	width: 160px;
	background:	#ccc;
	color: #444;
	border: 1px solid #999;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu_search img {
	padding: 9px 9px 0 0;
}
