/*** LEFT MENU */
#left_menu{
	width: 233px;
	float: left;
	/*background: #CC5100 url(../images/backgrounds/left/left_background.png) repeat;*/
}

/*** MENU GROUPS */
#left_menu_groups a{
	color: white;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 15px;
}
#left_menu_groups a:hover{
	color: white;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 16px;
}


	/*** ACTIVE */
	.left_menu_group_active{
		width: 233px;
	}
	.left_menu_group_active table{
		margin-right: 5px;
		width: 166px;
		float: right;
		border: 0px;
	}
	.left_menu_group_active tr{
		height: 21px;
		padding: 0 10px 0 10px;
		background: #FFF3AF url(../images/backgrounds/left/titles/left_active_title.png) no-repeat;
	}
	.left_menu_group_active td{
		padding: 0 5px 0 10px;
	}
		.left_menu_group_active_top{
			width: 233px;
			float: right;
			height: 22px;
			background: #CC5100 url(../images/backgrounds/left/groups/left_active_group_top.png) no-repeat;
		}
		.left_menu_group_active_middle{
			width: 233px;
			float: right;
			background: #CC5100 url(../images/backgrounds/left/groups/left_active_group_middle.png) repeat;
		}
		.left_menu_group_active_bottom{
			width: 233px;
			height: 22px;
			float: right;
			background: #CC5100 url(../images/backgrounds/left/groups/left_active_group_bottom.png) no-repeat;
		}
			.left_menu_page_active{
				width: 166px;
				/*height: auto;*/
				/*margin: 3px 10px 0 0;*/
				/*margin-top: 5px;*/
				margin-left: 58px;
				/*margin-right: 0px;*/
				/*padding-left: 29px;*/
				
				/*float: left;*/
				/*background: white; /*#FFF3AF url(../images/backgrounds/light_background.png) repeat;*/
			}
			.left_menu_page_active table{
				margin: 0px 2px 0 0px;
				width: 150px;
				height: auto;
				/*background: white;#FFF3AF url(../images/backgrounds/light_background.png) repeat;*/
			}
			.left_menu_page_active tr{
				background: #FFF3AF;/* url(../images/backgrounds/light_background.png) repeat; /* necessary! */
			}
			#left_menu_groups .left_menu_page_active a{
				color: #CC5100;
				font-size: 13px;
			}
			#left_menu_groups .left_menu_page_active a:hover{
				color: #CC5100;
				font-size: 14px;
			}
				.left_menu_page_active_top{
					font-size: 0px;
					width: 166px;
					padding: 0 0 0 0;
					/*margin: 0 0 0 0;*/
					margin-top: 3px;
					margin-left: 0px;
					height: 8px;
					float: right;
					background: #CC5100 url(../images/backgrounds/left/pages/left_active_page_top.png) no-repeat;
				}
				.left_menu_page_active_middle{
					width: 166px;
					float: right;
					background: #CC5100 url(../images/backgrounds/left/pages/left_active_page_middle.png) repeat;
				}
					.left_menu_page_active_text{
						color: #CC5100;
						width: 132px;
						margin: 0 14px 0 0;
						float: right;
						/*background: white;#FFF3AF url(../images/backgrounds/light_background.png) repeat;*/
					}	
				.left_menu_page_active_bottom{
					font-size: 0px;
					width: 166px;
					height: 8px;
					float: right;
					background: #CC5100 url(../images/backgrounds/left/pages/left_active_page_bottom.png) no-repeat;
				}
				
	/*** NON ACTIVE */
	.left_menu_group_non_active{
		width: 233px;
	}				
	.left_menu_group_non_active table{
		margin: 10px 8px 10px 0;
		width: 166px;
		float: right;
	}
	.left_menu_group_non_active tr{
		height: 21px;
	}
	.left_menu_group_non_active td{
		padding: 0 0px 0 10px;
	}
			.left_menu_page_non_active{
				width: 166px;
				margin-left: 25px;
				padding-left: 25px;
				/*margin-right: 3px;*/
				/*padding: 0 0 0 0;*/
				/*float: left;*/
				/*background: white;/*#CC5100; url(../images/backgrounds/dark_background.png);*/
			}
			.left_menu_page_non_active table{
				margin: 0px 4px 0 0;
				width: 150px;
				height: auto;
				/*background: #FFF3AF url(../images/backgrounds/dark_background.png) repeat;*/
			}
			.left_menu_page_non_active tr{
				/*background: #FFF3AF url(../images/backgrounds/dark_background.png) repeat;*/
			}
				.left_menu_page_non_active_top{
					font-size: 0px;
					width: 166px;
					height: 8px;
					margin-right: 8px;
					float: left;
					background: #CC5100 url(../images/backgrounds/left/pages/left_non_active_page_top.png) no-repeat;
				}
				.left_menu_page_non_active_middle{
					width: 166px;
					margin: 0 8px 0 0;
					float: left;
					background: #CC5100 url(../images/backgrounds/left/pages/left_non_active_page_middle.png) repeat;
				}
					.left_menu_page_non_active_text{
						width: 132px;
						margin-left: 10px;
						padding-left: 10px;
						/*background: #CC5100 url(../images/backgrounds/dark_background.png) repeat;*/
					}
					.left_menu_page_non_active_text p{
						line-height: 1.1;
					}
				.left_menu_page_non_active_bottom{
					font-size: 0px;
					width: 166px;
					height: 8px;
					margin: 0 8px 0 0;
					float: left;
					background: #CC5100 url(../images/backgrounds/left/pages/left_non_active_page_bottom.png) no-repeat ;
				}
