.navbar
{
	height: 46;
	background: url(images/nav/navtile.gif) left bottom;
	background-repeat: repeat-x;
}

.tab-selected
{
	background-color: #BFCAB7;
	background: url(images/nav/top-shadow.gif) left top #BFCAB7;
	background-repeat: repeat-x;
}

.tab-selected-right
{
	background: url(images/nav/tab-right.gif) right top;
	background-repeat: no-repeat;
}

.tab-shadow-right
{
	background: url(images/nav/tab-shadow-right.gif) left top;
	background-repeat: no-repeat;
}


.tab-selected-left
{
	background: url(images/nav/tab-left.gif) left top;
	background-repeat: no-repeat;
}

.tab-shadow-left
{
	background: url(images/nav/tab-shadow-left.gif) right top;
	background-repeat: no-repeat;
}

.tab
{
	padding-top: 18;
	padding-left: 12;
	padding-right: 12;
	padding-bottom: 6;
}

