#navbar
{
	position: absolute;
	top: 105px;
	left: 0;
	height: 31px;
	width: 100%;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	background-image: url(../images/menu_space.jpg);
	background-repeat: no-repeat;
}

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

#navbar li
{
	display: inline;
	height: 20px;
	width: 74px;
}

#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: 31px;
	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: 31px;
	margin-left: 0;
}

#navbar_bottom li
{
	display: inline;
	height: 31px;
	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
{

}