#head {
	background: url(../img/bg_head.jpg) repeat-x 0 0;
	color:#6e6e6e;
	height:44px;
	padding:24px 50px 0 60px;
}
#menu {
		background: url(../img/bg_menu.jpg) repeat-x 0 0;
		border:1px solid #eaeaea;
		clear:both;
		margin:0 10px 13px 10px;
		height:31px;
	}
	#menu ul {
		display:block;
		list-style:none;
		position:relative;
		margin:-4px 0 -4px 0;
		padding:0 0 0 10px;
		height:auto !important;
		overflow:hidden;
	}
	#menu li {
		display:block;
		float:left;
		width:120px;
		text-align:center;
	}
	#menu li a,#menu li a:hover {
		color:#6e6e6e;
		display:block;
		height:23px;
		padding:8px 0 0 0;
		text-align:center;
		text-decoration:none;
	}
	#menu li a.active,#menu li a.active:hover, #menu li a.active_link,#menu li a.active_link:hover {
		background: url(../img/a_link.jpg) repeat-x 0 0;
		color:#FFF;
		display:block;
		height:23px;
		padding:8px 0 0 0;
		text-align:center;
	}
	#menu li a.active:hover {
		background: url(../img/menu.gif) repeat-x 0 0;
	 }
	#left_col {
		width:210px;
	}
	#left_col #search {
		background: url(../img/bg_search.gif) repeat-x 0 0;
		border:1px solid #eaeaea;
		height:58px;
	}
		#search form {
			margin:11px 13px 0 13px;
			height:auto !important;
			overflow:hidden;
		}
			#search label {
				display:block;
				margin:0 0 6px 0;
			}
			#search span {
				background: url(../img/search_input.gif) no-repeat 0 0;
				display:block;
				float:left;
				height:20px;
				width:6px;
			}
			#search input {
				background: #FEFEFE;
				border:1px solid #cfcfcf;
				border-left:none;
				border-right:none;
				float:left;
				height:16px;
				width:123px;
			}
			#search .submit {
				background: url(../img/submit.gif) no-repeat 0 0;
				border:none;
				float:left;
				width:20px;
				height:20px;
			}
	#left_col #left_menu {
		border:1px solid #eaeaea;
		margin:15px 0 0 0;
	}
		#left_menu a,#left_menu a:hover {
			background: url(../img/d_arrow.gif) no-repeat 0 0; 
			color:#6F6C6C;
			font: normal 12px Tahoma;
			text-decoration:none;
			padding:0 0 0 16px;
			margin:0 0 0 9px;
		}
		#left_menu ul {
			border-bottom:1px solid #D5D4D4;
			padding:0 0 10px 0;
			margin:0 13px 10px 13px;
		}
			#left_menu ul a, #left_menu ul a:hover {
				background: url(../img/links.gif) no-repeat 0 4px;
				color:#8B8B8B;
				font:normal 11px Tahoma;
				padding:0 0 0 7px;
			}
			#left_menu .tab {
				background:#FFF url(../img/link_left.gif) no-repeat 0 0px;
				display:block;
			}
				#left_menu .tab a,#left_menu .tab a:hover {
					border-top:1px solid #F1F0F0;
					margin:0 -4px -1px 4px;
					padding:0 4px 0 7px;
					position:relative;
				}
				#left_menu .tab i {
					background:#FFF url(../img/link_right.gif) no-repeat 0 0;
					width:5px;
					height:16px;
				}
			#left_menu ul ul {
				background: url(../img/bg_ul.gif) repeat-x 0 bottom;
				border:1px solid #eeeded;
				border-left:none;
				border-right:none;
				padding:0;
				margin:0 -13px;
			}
				#left_menu li.corn {
					background: url(../img/ctl_ul.gif) no-repeat 0 0;
					height:4px;
					margin:-1px 0 0 0;
				}
				#left_menu li.corn span {
					background: url(../img/ctr_ul.gif) no-repeat right 0;
					display:block;
					height:4px;
					width:4px;
					float:right;
				}
				#left_menu li.bottom_corn {
					background: url(../img/cbl_ul.gif) no-repeat 0 bottom;
					height:4px;
					margin:0 0 -1px 0;
					padding:0;
				}
				#left_menu li.bottom_corn span {
					background: url(../img/cbr_ul.gif) no-repeat right bottom;
					display:block;
					height:4px;
					width:4px;
					float:right;
				}
				#left_menu ul ul li {
					padding:0 0 5px 0;
				}
				#left_menu ul ul a, #left_menu ul ul a:hover {
					background: url(../img/link_menu.gif) no-repeat 0 4px;
					padding:0 0 0 14px;
					text-decoration:underline;
				}