/* Regent Navigation */

ul#navigation li {
	display:inline;
	padding: 0px;
	}

li#suits a {
	text-indent: -1000em; 
	background: url(../images/suits.jpg) no-repeat left top;
	width: 118px;
	height: 68px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 417px;
	}


li#suits a:hover {
	background-position: 0px 5px; 
	}


li#shirts a {
	text-indent: -1000em; 
	background: url(../images/shirts.jpg) no-repeat left top;
	width: 118px;
	height: 68px; 
	overflow: hidden;
	position: absolute;
	top: -1px;
	left: 547px;
	}


li#shirts a:hover {
	background-position: 0px 5px; 
	}

li#weddings a {
	text-indent: -1000em; 
	background: url(../images/weddings.jpg) no-repeat left top;
	width: 118px;
	height: 68px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 677px;
	}


li#weddings a:hover {
	background-position: 0px 5px; 
	}


