ul#nav {
	margin: 83px -10px 0 0;
	padding: 0px;
	width: 171px;
	left: 0;
	list-style: none;
	position: absolute;
	top: 189px;
	left: 0;
	/* Undo mac crud \*/
	position: static;
	/* */
}
#nav li {
	background: url(../images/menuitem.gif) no-repeat;
	width: 171px;
}
#nav li a {
	padding: 5px 0 0 30px;
	width: 141px;
	height: 17px;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
}
#nav li a:hover {
	background: url(../images/menuitem.gif) -171px 0 no-repeat;
	color: #FFFFFF;
}

/* We'll make the special ones look differently */
li#browse {
	text-indent: -1234em;
	background: url(../images/browsebycat.gif) no-repeat;
	height: 23px;
}
li#companyinfo {
	text-indent: -1234em;
	background: url(../images/companyinfo.gif) no-repeat;
	height: 22px;
}
li#licensing {
	background: url(../images/licensing.jpg) no-repeat;
	height: 67px;
	text-indent: -1234em;
}
li#licensing a {
	height: 67px;
}
li#licensing a:hover {
	background: url(../images/licensing.jpg) -171px 0 no-repeat;
}
li#request {
	background: url(../images/specialoffers.jpg) no-repeat;
	text-indent: -1234em;
}
li#request a {
	height: 105px;
}
li#request a:hover {
	background: url(../images/specialoffers.jpg) -171px 0 no-repeat;
}

/* the tabs at the top */

ul#productnav {
	position: absolute;
	right: 0;
	top: 53px;
	width: 532px;
	height: 37px;
	padding: 0;
	margin: 0;
	background: url(../images/tabs.jpg) no-repeat;
	list-style: none;
}
#productnav li {
	position: absolute;
	top: 0;
	text-indent: -1234em;
}
#productnav li a {
	height: 37px;
	display: block;
	text-decoration: none;
}
/* Individual tabs */
li#ring{
  width:88px;
  left:17px;
  display: none;
}
#ring a:hover {
	background: url(../images/tabs.jpg)  -17px -38px;
}
li#tv {
	left: 106px;
	width: 105px;
}
#tv a:hover {
	background: url(../images/tabs.jpg)  -106px -38px;
}
li#videos {
	left: 211px;
	width: 106px;
}
#videos a:hover {
	background: url(../images/tabs.jpg)  -211px -38px;
}
li#licensingtab {
	left: 317px;
	width: 101px;
}
#licensingtab a:hover {
	background: url(../images/tabs.jpg)  -317px -38px;
}
li#bargaincenter {
	left: 418px;
	width: 111px;
}
#bargaincenter a:hover {
	background: url(../images/tabs.jpg)  -418px -38px;
}

