@import url(/images/css/common.css);

#submenu_cell{
	background: #ffef7e;
	padding: 0 0 0 20px;
	min-height: 10px;
	_height: 10px;
}
#submenu_cell .wall{
	width: 720px;
}
	#submenu_cell h1{
		margin: 0;
		font-size: 24px;
		color: #ff7200;
		font-weight: normal;
		padding: 0 0 0 20px;
		background: url('/images/nav_arrow.gif') 5px 8px no-repeat;
	}
	#submenu_cell h1.justheader{
		margin: 0;
		padding: 0;
		background: none;
		text-decoration: underline;
	}
	#submenu_cell h1 a:link,
	#submenu_cell h1 a:visited{
		color: #ff7200;
	}
	#submenu1{
		background: #ffef7e url('/images/submenu_coner.gif') bottom right no-repeat;
		padding: 5px 20px 20px 20px;
	}
	#submenu{
		background: #ffef7e url('/images/submenu_coner.gif') bottom right no-repeat;
		padding: 20px;
		min-height: 10px;
		overflow: hidden;
	}
		#submenu div{
			padding: 3px 0;
		}
		#submenu .open{
			font-weight: bold;
			color: #028aca;
		}
		#submenu .row0{
			float: left;
			width: 47%;
		}
		#submenu .row1{
			/*margin-left: 50%;*/
			_width: 100%;
		}



