#navbar
{
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 45px;
	width: 100%;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	background-color: #E6E6E6;
}

#navbar ul 
{
	list-style-type: none;
	padding: 0;
	padding-left: 0;
	margin: 0;
	line-height: 24px;
	margin-left: 0;
}

#navbar li
{
	display: inline;
	margin-right: -22px;
}

#navbar a
{
	color: #fff;
	text-decoration: none;
}

#navbar a:link
{

}

#navbar a:visited
{
}

#navbar a:hover
{
	color: #aaaaaa;
}

#navbar a:active
{

}

#navbar_bottom
{
	position: absolute;
	top: 0;
	left: 0;
	width: 792px;
	height: 30px;
	background-image: url(../images/menu_slither.jpg);
	background-repeat: repeat;
}

#navbar_bottom ul 
{
	list-style-type: none;
	padding: 0;
	padding-left: 21px;
	margin: 0;
	line-height: 30px;
	margin-left: 0;
}

#navbar_bottom li
{
	display: inline;
	height: 30px;
	width: 74px;
	padding: 0;
	padding-right: 20px;
}

#navbar_bottom a
{
	color: #fff;
	text-decoration: none;
}

#navbar_bottom a:link
{

}

#navbar_bottom a:visited
{
}

#navbar_bottom a:hover
{
	text-decoration: underline;
}

#navbar_bottom a:active
{

}

.z10
{
	z-index: 10;
	position: relative;
	top: 0;
	left:0;
}

.z9
{
	z-index: 9;
	position: relative;
}

.z8
{
	z-index: 8;
	position: relative;

}

.z7
{
	z-index: 7;
	position: relative;

}

.z6
{
	z-index: 6;
	position: relative;

}

.z5
{
	z-index: 5;
	position: relative;

}

.z4
{
	z-index: 4;
	position: relative;

}

.z3
{
	z-index: 3;
	position: relative;

}

.z2
{
	z-index: 2;
	position: relative;

}

.z1
{
	z-index: 1;
	position: relative;

}

.z0
{
	z-index: 0;
	position: relative;

}



