/*NAVBAR*/

#navbar{
	clear:both;
	list-style:none;
	background:#fff url(img/navbar-left.gif) no-repeat top left;
	height:27px;
	margin:0;
	padding:0 0 0 81px;
}

.sub-navbar{
	display:block;
	clear:both;
	list-style:none;
	background:#fff url(img/sub-nav-side-stripes.gif) repeat-y top left;
	padding:0 0 0 81px;
	/*height:27px;*/
	margin:0;
}

.single-sub-nav{
	height:27px;
}

.double-sub-nav{
	height:54px;
}

#navbar li,.sub-navbar li{
	float:left;
	margin-left:0;
}

.navbar-item,.navbar-item-selected,.sub-navbar-item,.sub-navbar-item-selected,.navbar-item-last,.navbar-item-selected-last{
	float:left;
	font:normal x-small helvetica,arial,tahoma,sans-serif;
	color:#fff;
	padding:2px 6px 8px 4px;
	margin:1px;
	height:15px;
	width:66px;
	text-decoration:none;
	line-height:1em;
}

.navbar-item,.navbar-item-last{
	background:#649380;
}

.navbar-item:hover,.navbar-item-last:hover{
	background:#79b39c;
}

.navbar-item-last,.navbar-item-selected-last{
	width:67px;
}

.navbar-item-selected,.navbar-item-selected-last{
	background:#004F37;
}

.sub-navbar-item{
	background:#004F37;
}

.sub-navbar-item-selected{
	background:#f1e95d;
	color:#0a5038;
}

.navbar-item-selected:hover,.navbar-item-selected-last:hover,.sub-navbar-item:hover{
	background:#649380;
}