@charset "utf-8";
#content .leftcol {
	float:left;
	width: 690px;
	padding-right:20px;
}

#content .rightcol {
	float:left;
	width:250px;
}

	#content .rightcol h3 {
		display:block;
		padding-bottom:10px;
		widows:250px;
		height:20px;
		background: url(../assets/template-images/sidebar-services.png) top left no-repeat;
		text-indent:-9999px;
	}

	#content .rightcol ul {
		list-style:none;
	}

		#content .rightcol ul li a {
			display:block;
			width:200px;
			height:45px;
			line-height:45px;
			padding: 0 25px;
			color:#ede0d4;
			background: url(../assets/template-images/sidenav-button2.png) top left no-repeat;
			text-align:left;
			text-transform:uppercase;
			text-decoration:none;
			font-size:13px;
		}

			#content .rightcol ul li a:hover {
				color:#ffffff;
				background-position: 0 -45px;
			}

			#content .rightcol ul li a.current {
				color:#ffffff;
				background-position: 0 -90px;
			}

			#content .rightcol ul li a.parent {
				background-position: 0 -90px;
			}

			#content .rightcol ul li a.parent.current,
			#content .rightcol ul li a.parent.current:hover {
				color:#ffffff;
				background-position: 0 -135px;
				text-decoration:underline;
			}

				#content .rightcol ul li a.parent:hover {
					color:#EDE0D4;
					text-decoration:underline;
				}
	
			#content .rightcol ul li a.large {
				height:auto;
				line-height:17px;
				padding: 14px 25px;
				background: url(../assets/template-images/sidenav-button2-large.png) top left no-repeat;
			}
			
				#content .rightcol ul li a.large.parent {
					background-position: 0 -124px;
				}
				
					#content .rightcol ul li a.large.parent.current,
					#content .rightcol ul li a.large.parent.current:hover {
						background-position: 0 -186px;
					}

				#content .rightcol ul li a.large:hover {
					background-position: 0 -62px;
				}

				#content .rightcol ul li a.large.current {
					background-position: 0 -124px;
				}


				#content .rightcol ul li ul li a {
					margin-left:9px;
					width:191px;
					height:35px;
					line-height:35px;
					background: url(../assets/template-images/sidenav-button-inner.gif) 0 -35px no-repeat #151311;
					text-transform:none;
				}

				#content .rightcol ul li ul li a:hover {
					color:#ede0d4;
					text-decoration:underline;
				}

				#content .rightcol ul li ul li a.current {
					color:#ffffff;
					background-position: top left;
					text-decoration:underline;
				}
