
#menu_left {
	height:460px;
	overflow: hidden;
}

#menu_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 300px;
	position: relative;
	}
	
#menu_left ul li {
	width: 300px;
	height: 75px;
	float: left;
	display: block;
	overflow: hidden;
}

#menu_left ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-top: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}


#menu_left ul li#myself a {
	background: url(images/myself.jpg) repeat scroll 0%;
  	border-top-style: none;
}

#menu_left ul li#studies a {
	background: url(images/studies.jpg) repeat scroll 0%;

}

#menu_left ul li#travel a {
	background: url(images/travel.jpg) repeat scroll 0%;
  
}

#menu_left ul li#home a {
	background: url(images/home.jpg) repeat scroll 0%;

}

#menu_left ul li#basket a {
	background: url(images/basket.jpg) repeat scroll 0%;
}

#menu_left ul li#parontech a {
	background: url(images/parontech.jpg) repeat scroll 0%;
}

#clear {
	clear: both;
}
