/* ### navigation with tabs ### */
#navcontainer
{
	position: relative;
	height: 31px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	width: 700px
}

#nav
{
	position: absolute;
	top: 8px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 23px;
	display: inline;
	overflow: hidden;
	width: 750px;
}

#nav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a
{
	float: left;
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:23px; /* for IE5/Win only */
}

#nav a:hover, a:active { background-position: 0 -46px; }
#nav a.selected, #nav a:active { background-position: 0 -23px; }

#buttab1 a
{
	width: 76px;
	background: url("./images/tab_home.gif") top left no-repeat;
	background-position: 0 0px;
}

#buttab2 a
{
	width: 105px;
	background: url("./images/tab_sleep.gif") top left no-repeat;
	background-position: 0 0px;
}

#buttab3 a
{
	width: 86px;
	background: url("./images/tab_eat.gif") top left no-repeat;
	background-position: 0 0px;
}

#buttab4 a
{
	width: 101px;
	background: url("./images/tab_drink.gif") top left no-repeat;
	background-position: 0 0px;
}

#buttab5 a
{
	width: 105px;
	background: url("./images/tab_dance.gif") top left no-repeat;
	background-position: 0 0px;
}

#buttab6 a
{
	width: 99px;
	background: url("./images/tab_shop.gif") top left no-repeat;
	background-position: 0 0px;
}

#buttab7 a
{
	width: 84px;
	background: url("./images/tab_see.gif") top left no-repeat;
	background-position: 0 0px;
}

#buttab8 a
{
	width: 93px;
	background: url("./images/tab_do.gif") top left no-repeat;
	background-position: 0 0px;
}


