#navBar {
	float: left;
	width: 960px;
	height: 40px;
/*	margin-left: 9px;*/
	background: #b6b6b6 url("../images/tabs_background.png") no-repeat top left;
}

#navBar ul {
	margin-left: 10px;
	list-style: none;
}

#navBar li {
	float: left;
	text-align: center;
	background: gray url('../images/tab.gif') no-repeat left bottom;
}

#navBar a {
	display: block;
	color: white;
	text-decoration: none;
	background: url('../images/tab_right.gif') no-repeat right bottom;
	padding: 5px 15px;
}

#navBar li.active {
	background: url('../images/tab_active.gif') no-repeat left bottom;
}

#navBar li.active a {
	background: url('../images/tab_active_right.gif') no-repeat right bottom;
	padding: 5px 20px 10px 20px;
}

#navBar a:hover {
	color: yellow;
}


#header {
	width: 960px;
	height: 76px;
/*	margin-left: 9px;*/
/*	background: blue url('../images/header') no-repeat top left;*/
	padding: 0;
	overflow: hidden;
}

#main_logo {
	width: 833px;
}

#other_org_tab {
	width: 127px;
	margin-left: -5px;
}

