div#left {
	position: relative;
	float: left;
	display: inline;
	width: 225px;
}

	#left ul.menu{
		list-style-type: none;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 225px;
		margin: 0px;
		border-right: 2px solid #FFCCCC;
	}

		#left ul.menu li{
			position: relative;
			width: 192px;
		}
		
		 #left li.active {
			background: url('../images/nav/active.png') no-repeat;
		}
		
			#menu_item {
				position: relative;
				right: -33px;
				width: 192px;
				border-bottom: 2px solid #FFCCCC;
			}
			
				#menu_item img {
					position: relative;
					width: 192px;
					margin-bottom: -5px;
				}

			#menu_item a {
				font-size: 18px;
				line-height: 35px;
				color: #009999;
				text-decoration: none;
			}

			#menu_item a:hover {
				color: #00605D;
			}

		#mbox-picture {
			width:193px;
			height:263px; 
		}

