
.jimgMenu {
height:80px;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:350px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 80px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 75px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 80px;
}

.jimgMenu ul li#search a {
	background: url(/images/search.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#rss a {
	background: url(/images/rss.jpg) repeat scroll 0%;

}

.jimgMenu ul li#videos a {
	background: url(/images/videos.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#store a {
	background: url(/images/store.jpg) repeat scroll 0%;

}


.clear {
	clear: both;
}
