.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	width:100%;
	height:200px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 55px;
	float: center;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.jimgMenu ul li#forum a {
	background: url(images/forum.jpg) repeat scroll 0%;
	border-left-style: none;
}

.jimgMenu ul li#gallery a {
	background: url(images/gallery.jpg) repeat scroll 0%;
}

.jimgMenu ul li#wallpaper a {
	background: url(images/wallpaper.jpg) repeat scroll 0%;
}

.jimgMenu ul li#clipart a {
	background: url(images/clipart.jpg) repeat scroll 0%;
}

.jimgMenu ul li#brushes a {
	background: url(images/brushes.jpg) repeat scroll 0%;
}

.jimgMenu ul li#plugins a {
	background: url(images/plugins.jpg) repeat scroll 0%;
}

.jimgMenu ul li#screensavers a {
	background: url(images/screensavers.jpg) repeat scroll 0%;
}

.jimgMenu ul li#gradients a {
	background: url(images/gradients.jpg) repeat scroll 0%;
}

.jimgMenu ul li#styles a {
	background: url(images/styles.jpg) repeat scroll 0%;
}

.jimgMenu ul li#fonts a {
	background: url(images/fonts.jpg) repeat scroll 0%;
}

.jimgMenu ul li#actions a {
	background: url(images/actions.jpg) repeat scroll 0%;
}

.jimgMenu ul li#textures a {
	background: url(images/textures.jpg) repeat scroll 0%;
}

.jimgMenu ul li#shapes a {
	background: url(images/shapes.jpg) repeat scroll 0%;
}

.jimgMenu ul li#patterns a {
	background: url(images/patterns.jpg) repeat scroll 0%;
}

.jimgMenu ul li#templates a {
	background: url(images/templates.jpg) repeat scroll 0%;
}

.jimgMenu ul li#articles a {
	background: url(images/articles.jpg) repeat scroll 0%;
}

.jimgMenu ul li#multi a {
	background: url(images/multi.jpg) repeat scroll 0%;
}

.jimgMenu ul li#other a {
	background: url(images/other.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}
