#left-column {
	float:left;
	width:170px;
	margin:0 28px 0 0;
}

#in-this-section { 
	text-indent:-9999px;
	height:12px;
	background: transparent url(../img/in_this_section.png) no-repeat 0 0;;
	margin:0 0 10px 0;
}

#sub-menu {
	border-top:6px solid #f3f3ee;
	border-bottom:1px solid #e8e8e3;
	padding: 3px 0 0 0;
}

#sub-menu li { 
	border-top:1px solid #e8e8e3;
	font-weight:bold;
	padding: 7px 0;
	list-style-type:none;
}

#sub-menu li.first {
	border-top: none;
}

#sub-menu li a { 
	color:#045e44;
}

#sub-menu li ul {
	display:none;
	margin:4px 0 0 0;
}

#sub-menu li.current ul {
	display:block;
}

#sub-menu li#mnu_1 {
	padding: 2px 0;
	padding-left:11px;
	border-top:none;
	font-weight:normal;
}

#sub-menu li#mnu_1.current {
	background: transparent url(../img/sub_menu/arrow.png) no-repeat 0 50%;
	padding-left: 11px;
	font-weight:bold;
}

#sub-menu li#mnu_1  a {
	color:#378710;
}

#center-column { 
	float:left;
	width:370px;
	margin:0 15px 0 0;
}

#right-column {  
	float:left;
	width:195px;
}

