div#navigation
{
	background-color:			#333;
	background-image:			url("../img/off.jpg");
	background-repeat:			repeat-x;
	width:						100%;
	margin:						0px;
	padding:					0px;
	text-align:					left;
	overflow:					hidden;
	height:						55px;
	line-height:				55px;
}

div#navigation ul
{
	list-style-type:			none;
	line-height:				55px;
	padding:					0px 0px 0px 4px;
	margin:						0px;
	width:						100%;
	position:					relative;
}

div#navigation a
{
	margin:						0px;
	padding:					0px;
	height:						55px;
	line-height:				55px;
	display:					block;
}

div#navigation li
{
	display:					inline-block;
	padding:					0px;
	margin-left:				-4px;
	/* Get display:inline-block to work in IE6 and IE7 */
	zoom:						1;
	*display:					inline;
	_height:					55px;
}

div#navigation ul a:hover
{
	background-image:			url("../img/on.jpg");
}

div#navigation ul li a, div#navigation ul li a img
{
	border:						none;
	text-decoration:			none;
	padding:					0px;
	margin:						0px;
	height:						55px;
	line-height:				55px;
}

/* Text */

div#navigation ul a
{
	color:						#FFF;
	text-decoration:			none;
}

form#searchform
{
	display:					inline;
	height:						19px;
	overflow:					hidden;
	padding:					0px;
	margin:						0px;
}

div#navigation input#s
{
	position:					absolute;
	top:						20px;
	right:						10px;
}

input#s
{
	display:					inline;
	width:						124px;
	height:						19px;
	border:						none;
	background-color:			transparent;
	background-image:			url("../img/searchform.png");
	background-repeat:			no-repeat;
	padding-left:				24px;
	padding-right:				10px;
}

