.top					{
						background: #f1f1f2;
						width: 128px;
						height: 200px;
						color: #7c7e81;
						}
td.top_hld				{
						text-align: left;
						vertical-align: top;
						}
td.top_hdr				{
						background: url(../img/site/menuheader.jpg) no-repeat;
						height: 26px;
						color: #FFFFFF;
						text-indent: 7px;
						font-size: 12px;
						}										
tr.top_itm				{
							background: #E7EBF0;
							color: #000000;
							text-align: left;
							border-bottom: solid 1px #D1D6DE;
						}
tr.top_itm a	 		{
							color: #000000;
							text-decoration: none;
							display: block;
						}
tr.top_itm a:hover		{
							background: #D1D6DE;
							text-decoration: underline;
							display: block;
						}
td.item					{
							height: 34px;
							vertical-align: middle;
						}
td.item a	 			{
							color: #000000;
							text-decoration: none;
							display: block;
						}
td.item a:hover			{
							background: #D1D6DE;
							text-decoration: underline;
							display: block;
						}									
tr.top_itm:hover td.item {
							background: #D1D6DE;
							text-decoration: underline;
						}
* 						{
							zoom: 1;
						}