@charset "utf-8";
/* CSS Document */

#navBar {width:807px;
	height:36px;
	background-color:#F0F9F8;
	background-repeat:repeat-x;
}

#navBarLeft {background-image:url(../images/nav-left.gif);
	width:22px;
	height:36px;
	float:left;
}

#navBarRight {background-image:url(../images/nav-right.gif);
	width:22px;
	height:36px;
	float:right;
}