#mainNav {
	float:right;
	display:block;
	margin:24px 0 0 0;
	width:auto;
	.width:605px !important;
}		
	#mainNav.noForm {
		padding-top:45px;
	}

	#mainNav li {
		display:block;
		float:left;
		margin:0 !important;
	}		
		#mainNav li a {
			float:left;
			display:block;
			font-family:Arial;
			color:#004850 !important;
			line-height:1.2em;
			font-size:1.4em;
			margin:0 0 0 25px;
			_margin:0 0 0 12px;
		}
			#mainNav li.selected a {
				color:#e98300 !important;
				text-decoration:underline;
			}
			#mainNav li a:hover {				
				color:#e98300 !important;
				text-decoration:underline;
			}
			

#leftSide.narrow {
	float:left;
	width:155px;
	padding:20px 0 0 10px;
	position:relative;
}
	#leftSide.narrow ul {
		margin:5px 0 0 0;
		float:left;
		clear:left;
	}
		#leftSide.narrow ul li {
			margin:0 0 5px 0;
			padding:0 0 0 12px;
		}
			#leftSide.narrow ul li a {
				font-size:1.3em;
				font-weight:bold;
				width:130px;
				display:block;
				float:left;
				clear:left;
				color:#333 !important;
				background:url(../images/bg_bullet_black_medium.gif) top left no-repeat;
				padding:0 0 0 12px;
				line-height:1.3em;
				}

			#leftSide.narrow ul li a.left {
				background:url(../images/bg_bullet_black_medium_left.gif) top left no-repeat;
				}

				#leftSide.narrow ul li li a, #leftSide.narrow ul li.selected li a:hover {
					font-size:1.1em !important;
					font-weight:normal !important;
					color:#333 !important;
					background:url(../images/bg_bullet_black_small.gif) top left no-repeat !important;
					padding:0 0 0 9px;
					margin:3px 0 0 0;
					width:120px;
				}
					#leftSide.narrow ul li.selected li a {
						background:url(../images/bg_bullet_white_small.gif) top left no-repeat !important;
					}
					#leftSide.narrow ul li.selected ul li a {
						color:#fff !important;
						background:url(../images/bg_bullet_white_small.gif) top left no-repeat !important;
					}
					#leftSide.narrow ul li a:hover, #leftSide.narrow ul li.selected a {
						color:#fff !important;
						background:url(../images/bg_bullet_white_medium.gif) top left no-repeat;
					}
					#leftSide.narrow ul li a.left:hover, #leftSide.narrow ul li.selected a.left {
						background:url(../images/bg_bullet_white_medium_left.gif) top left no-repeat;
					}
