/* =Navbar
----------------------------------------------- */
#navbar {
	background-image: url(/images/navbar_bg.png);
	background-repeat: repeat-x;
	color: #000;
	font-size: 12px;
	width: 930px;
	height: 27px;
	margin: 5px 0 20px 0;
  	padding: 0;
	overflow: hidden;
}

#navbar_left {
	background-image: url(/images/navbar_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 13px;
}

#navbar_right {
	background-image: url(/images/navbar_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 27px;
	width: 13px;
}

#tabs {
	display: inline;
	float: left;
	margin: 0;
	padding-left: 10px;
}

#tabs ul, #tabs li {
	display: inline;
	list-style-type: none;
	margin-left: -3px;
}

/* This style changes between the different versions of the navbar css file */
#tabs a:link, #tabs a:visited {
	position: relative;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
    	height: 27px;
    	top: -1px;
	padding: 5px 22px 7px 22px;
}

#tabs li#tab_thispage a, #tabs li#tab_thispage a:link, #tabs li#tab_thispage a:visited {
	background-image: url(/images/navbar_bg_current.png);
	background-repeat: repeat-x;
}

#tabs li.tab a:hover {
	background-image: url(/images/navbar_bg_on.png);
	background-repeat: repeat-x;
}
