@charset "utf-8";

	#body {
		padding-top:5px;
	}
	
		#body #leftcol {
			float:left;
			width:710px;
			padding-right: 20px;
		}

		#body #rightcol {
			float:left;
			width:230px;
		}

			#body #rightcol h3 {
				margin-bottom:5px;
				line-height:20px;
				color:#3e2610;
				text-align:left;
				text-transform:uppercase;
				font-family: "Courier New", Courier, monospace;
				font-size:20px;
				font-weight:bold;
			}

				#body #rightcol ul {
					margin-bottom:20px;
					list-style:none;
					border-top: 1px solid #b59a72;
				}

					#body #rightcol ul li a {
						display:block;
						padding: 6px 25px 6px 0;
						width:205px;
						color:#69401d;
						border-bottom: 1px solid #b59a72;
						text-transform:uppercase;
						text-decoration:none;
						font-size:13px;
						background: url(../images/sidebar-navbutton2.png) 0 -9999px no-repeat;
					}

						#body #rightcol ul li a:hover {
							background-position: left center;
						}

						#body #rightcol ul li.current a {
							background-position: -230px center;
						}

							#body #rightcol ul li.current a:hover {
								background-position: center right;
							}
