#nav {
    background: url(../_images/navigation_bar.png);
	width: 808px;
	height: 35px;
	margin-top: 5px;
	padding-left: 2px;
	padding-top: 2px;
}

	a#mybobba{
		background: url(../_images/buttons/clubhabbo.png);
		width: 121px;
		height: 33px;
		float: left;
	}
	
	a#community{
		background: url(../_images/buttons/community.png);
		width: 145px;
		height: 33px;
		float: left;
	}
	
	a#radio{
		background: url(../_images/buttons/guides.png);
		width: 98px;
		height: 33px;
		float: left;
	}
	
	a#goodies{
		background: url(../_images/buttons/goodies.png);
		width: 108px;
		height: 33px;
		float: left;
	}
	
	a#events{
		background: url(../_images/buttons/events.png);
		width: 93px;
		height: 33px;
		float: left;
	}
	
	a#forum{
		background: url(../_images/buttons/forum.png);
		width: 85px;
		height: 33px;
		float: left;
	}
	
	a#vacancies{
		background: url(../_images/buttons/why.png);
		width: 152px;
		height: 33px;
		float: left;
	}
	
#nav * {
	text-align:center;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
}

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

ul#tabBar { float:left; }

ul#tabBar li a {
	display:block;
	float:left;
	width:90px;
	height:29px;
	line-height:39px;
	background:url(../../../../../trial/_images/navigation_bar.png);
	border-left:4px solid #fff;
	overflow:hidden; /* fixes IE display bug */
}

ul#tabBar li a:hover {
	line-height:29px;
}

#subNav ul { display:none; }

#subNav {
	clear:both;
	height:100%;
	color:#999999;
	width:150px;
	padding-left: 8px;
	padding-right: 8px;
}

#subNav ul {
	float:left;
	color:#ffffff;
}

#subNav ul li a {
	display:block;
	color:#999999;
	width:100%;
	text-align:left;
	line-height:20px;
	background: #ffffff;
}

#subNav li a:hover { color:#80c2ce; }
