#menu div.elements {
	width:25%;
	float: left;
	height: 70px;
}
#menu a {
	text-decoration:none;
	color:#788696;
	font-weight:bold;
}
#menu a.active {
	color:#000000;
}
#menu a:hover {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
#menu a.link {
	text-decoration:none;
	color:#788696;
	padding-left:18px;
	background: url(../images/search_off.gif) left center no-repeat;
	font-weight:bold;
}
#menu a.link:hover {
	text-decoration:none;
	color:#000000;
	padding-left:18px;
	background: url(../images/search_on.gif) left center no-repeat;
	font-weight:bold;
}

#menu input{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:130px;
	margin:0px;
	height:15px;
	padding:2px 0 0 0;
	clear:both;
}