
/**************************************************************

	productMenu
	v 2.2

**************************************************************/


#menuTwo {
	position: left;
	width: 560px;
	height: 300px;
	overflow: hidden;
}



#menuTwo ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 560px;
	}

#menuTwo ul li {
	float: left;
}

#menuTwo ul li a {
	text-indent: -1000px;
	background: #FFFFFF none no-repeat scroll 0%;
	border-right: 1px solid #888d85;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:126px;
	height: 300px;
}

#menuTwo ul li.fingerless a {
	background: url(images/fingerless.jpg) no-repeat scroll 0%;
}

#menuTwo ul li.fashion a {
	background: url(images/fashion.jpg) no-repeat scroll 0%;
}

#menuTwo ul li.long a {
	background: url(images/long.jpg) no-repeat scroll 0%;
}

#menuTwo ul li.purses a {
	background: url(images/purses.jpg) no-repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


