#navigation ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	font-family: verdana, arial;
	width: auto;
	height: auto;
}
#navigation li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*navigational elements*/
.navigation li a
{
	background-image: url(../images/navigation/normal.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 128px;
	height: 40px;	
	display: inline;
	text-decoration: none;
	padding: 27px 0px 0px 0px;
}
.navigation div.active {
	background-image: url(../images/navigation/hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 128px;
	height: 40px;	
	display: inline;
	text-decoration: none;
	padding: 28px 0px 0px 0px;
}
.navigation a:hover {
	background-image: url(../images/navigation/hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 128px;
	height: 40px;	
	display: inline;
	text-decoration: none;
	padding: 27px 0px 0px 0px;
}
*+html .navigation li a
{
	background-image: url(../images/navigation/normal.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 128px;
	height: 40px;	
	display: table-cell;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
*+html .navigation div.active {
	background-image: url(../images/navigation/hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 128px;
	height: 40px;	
	display: table-cell;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
*+html .navigation a:hover {
	background-image: url(../images/navigation/hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 128px;
	height: 40px;	
	display: table-cell;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
/*end navigational elements*/