
#content_nav {
	height: auto;
	width: 149px;

	position: relative;

	margin-left: 13px;
	
	
}

	#nav_main {
		height: auto;
		width: 149px;
		
		background-image: url(images/nav_main-bg.gif);
		background-repeat: repeat-y;
	}
	
		#nav_main_top {
			height: 36px;

			font-size: 0px;
			line-height: 0px;
			
			margin: 0px;
			padding: 0px;
		}
	

		ul.nav_lev1 {
			width: 140px;

			margin: 0px;
			padding: 0px;
		}
	
			.nav_lev1_title {
				height: 20px;
				
				margin: 0px;
				padding: 0px;
				
				background-image: url(images/nav_lev1_arrow.gif);
				background-repeat: no-repeat;
				background-position: 3px 0px;
				
				cursor: pointer;
				
			}

			.nav_lev1_title-active {
				height: 20px;
				
				margin: 0px;
				padding: 0px;
				
				background-image: url(images/nav_lev1_arrow.gif);
				background-repeat: no-repeat;
				background-position: 3px 0px;
				
				color: #c72e15;
				
				cursor: pointer;
				
			}
			
				p.nav_lev1_title-text {
					font-size: 11px;
				
					margin: 0px;
					padding: 0px;
					
					padding-top: 2px;
					padding-left: 33px;
					
					color: #5a5a5a;
				}
				
				.nav_lev1_title-active p.nav_lev1_title-text {
					color: #c72e15;
				}
				
					.nav_lev1_title-text a {
						color: #5a5a5a;
					}
					
					.nav_lev1_title-active .nav_lev1_title-text a {
						color: #c72e15;
					}

			li.nav_lev2_li {
				/*height: 20px;*/
				width: 115px;
				
				margin: 0px;
				padding: 0px;
				
				margin-left: 25px;
				
				background-image: url(images/nav_lev2_arrow.gif);
				background-repeat: no-repeat;
				background-position: 0px 6px;
				
				list-style-type: none;
				
				line-height: 14px;
				
				padding-bottom: 6px;
				
				cursor: pointer;
			}
			
			li.nav_lev2_li-active {
				/*height: 20px;*/
				width: 115px;
				
				margin: 0px;
				padding: 0px;
				
				margin-left: 25px;
				
				background-image: url(images/nav_lev2_arrow-active.gif);
				background-repeat: no-repeat;
				background-position: 0px 6px;
				
				list-style-type: none;
				
				line-height: 14px;
				
				padding-bottom: 6px;
				
				cursor: pointer;
			
			}
			
				p.nav_lev2_li-text {
					font-size: 11px;
					
					margin: 0px;
					padding: 0px;
					
					padding-top: 2px;
					padding-left: 8px;
					
					color: #5a5a5a;
				}
				
					.nav_lev2_li-text a {
						color: #5a5a5a;
					}
					
			li.nav_lev2_spacer {
				height: 10px;
				
				font-size: 0px;
				line-height: 0px;

			}
					
			
			ul.nav_lev2 {
				margin: 0px;
				padding: 0px;
			}

				.nav_lev2_title {
					margin: 0px;
					padding: 0px;
					
					line-height: 14px;
					
					padding-bottom: 6px;

				}
				
					p.nav_lev2_title-text {
						font-size: 11px;

						margin: 0px;
						padding: 0px;

						padding-top: 2px;
						padding-left: 33px;

						color: #000000;
					}

						.nav_lev2_title-text a {
							color: #000000;
						}

				li.nav_lev3_li {
					/*height: 20px;*/
					width: 115px;

					margin: 0px;
					padding: 0px;

					margin-left: 25px;

					background-image: url(images/nav_lev2_arrow.gif);
					background-repeat: no-repeat;
					background-position: 0px 6px;

					list-style-type: none;

					line-height: 14px;

					padding-bottom: 6px;
					
					cursor: pointer;

				}
				
				li.nav_lev3_li-active {
					/*height: 20px;*/
					width: 115px;

					margin: 0px;
					padding: 0px;

					margin-left: 25px;

					background-image: url(images/nav_lev2_arrow-active.gif);
					background-repeat: no-repeat;
					background-position: 0px 6px;

					list-style-type: none;

					line-height: 14px;

					padding-bottom: 6px;
					
					cursor: pointer;

				}

					p.nav_lev3_li-text {
						font-size: 11px;

						margin: 0px;
						padding: 0px;

						padding-top: 2px;
						padding-left: 8px;

						color: #5a5a5a;
					}

						.nav_lev3_li-text a {
							color: #5a5a5a;
						}

				li.nav_lev3_spacer {
					height: 10px;

					font-size: 0px;
					line-height: 0px;
					
				}


		#nav_main_spacer {
			height: 0px;
			
			font-size: 0px;
			line-height: 0px;
			
			margin: 0px;
			padding: 0px;
		}

		#nav_main_bottom {
			height: 26px;
			
			font-size: 0px;
			line-height: 0px;
			
			margin: 0px;
			padding: 0px;
		}


/* top */

	#nav_top {
		height: 6px;
		
		font-size: 0px;
		line-height: 0px;
		
		margin: 0px;
		padding: 0px;
	}



/* shadow */
	#nav_shdw_top {
		height: 11px;
		width: 149px;

		background-image: url(images/nav_shdw_top.gif);
		background-repeat: no-repeat;

		position: absolute;
		top: -11px;
		left: 0px;
	}
	
	#nav_shdw_left {
		height: auto;
		width: 11px;

		background-image: url(images/nav_shdw_left.gif);
		background-repeat: repeat-y;

		position: absolute;
		top: -11px;
		left: -11px;
		
		display: none;
		
	}
	
		#nav_shdw_left-top {
			height: 19px;
			width: 11px;
			
			background-image: url(images/nav_shdw_left-top.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		#nav_shdw_left-bottom {
			height: 19px;
			width: 11px;
			
			background-image: url(images/nav_shdw_left-bottom.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
	
	#nav_shdw_right {
		height: auto;
		width: 11px;

		background-image: url(images/nav_shdw_right.gif);
		background-repeat: repeat-y;

		position: absolute;
		top: -11px;
		left: 149px;
		
		display: none;
	}

		#nav_shdw_right-top {
			height: 19px;
			width: 11px;
			
			background-image: url(images/nav_shdw_right-top.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 0px;
			right: 0px;
		}
		
		#nav_shdw_right-bottom {
			height: 19px;
			width: 11px;
			
			background-image: url(images/nav_shdw_right-bottom.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
		
	#nav_shdw_bottom {
		height: 11px;
		width: 149px;

		background-image: url(images/nav_shdw_bottom.gif);
		background-repeat: no-repeat;

		position: absolute;
		bottom: -11px;
		left: 0px;
	}	
	



	
/* bottom */	

	#nav_bottom {
		height: 22px;
		width: 149px;
		
		position: relative;
	}
	
		#nav_bottom_mail {
			height: 11px;
			width: 15px;
			
			background-image: url(images/mail_icon.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 4px;
			left: 8px;
			
			cursor: pointer;
		}
		
		#nav_bottom_client {
			height: 22px;
			width: 89px;
			
			position: absolute;
			top: 0px;
			left: 60px;
			
		}
		
			#nav_bottom_client-text {
				font-size: 11px;
				
				color: #5a5a5a;
				
				position: absolute;
				top: 3px;
				left: 0px;
			}
			
				#nav_bottom_client-text a {
					color: #5a5a5a;
				}
		
			#nav_bottom_client_arrow {
				height: 13px;
				width: 15px;
				
				background-image: url(images/nav_login_arrow.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 3px;
				left: 66px;
				
				cursor: pointer;
			}