/*********************
LINKS
*********************/
#mainnav a:link {
	color: #fff;
}

#mainnav a:visited {
  color: #fff;
}

#mainnav a:hover {
	text-decoration: none;
	color: #FC0;
}

#mainnav a:active {
	color: #fff;
}

/*******************************
TOP MENU
********************************/
<!-- the triton brand -->
#thebrand {
}
#thebrand a {
	background-image: url(../images/common/triton_menu.gif);
	width: 117px;
	height: 22px;
	text-indent: -10000px;
}
#thebrand a:hover {
	background-position: left -30px;
}
#thebrand_submenu {
	width: 200px;
	text-indent: 8px;
	z-index: 999999;
}
#thebrand_submenu a {
	background-position: left -60px;
	text-indent: 8px;
}
<!-- mens wedding bands -->
#weddingbands {
}
#weddingbands a {
	background-image: url(../images/common/triton_menu.gif);
	width: 149px;
	height: 22px;
	text-indent: -10000px;
	background-position: -117px top;
}
#weddingbands a:hover {
	background-position: -117px -30px;
}
#weddingbands_submenu {
	width: 200px;
	text-indent: 8px;
	z-index: 999999;
}
#weddingbands_submenu a {   
	background-position: left -60px;
	text-indent: 8px;
}
<!-- mens jewelry -->
#mensjewelry {
}
#mensjewelry a {
	background-image: url(../images/common/triton_menu.gif);
	width: 100px;
	height: 22px;
	text-indent: -10000px;
	background-position: -266px top;
}
#mensjewelry a:hover {
	background-position: -266px -30px;
}
#mensjewelry_submenu {
	width: 200px;
	text-indent: 8px;
	z-index: 999999;
}
#mensjewelry_submenu a {   
	background-position: left -60px;
	text-indent: 8px;
}
<!-- metals and material -->
#metalsmaterial {
}
#metalsmaterial a {
	background-image: url(../images/common/triton_menu.gif);
	width: 145px;
	height: 22px;
	text-indent: -10000px;
	background-position: -367px top;
}
#metalsmaterial a:hover {
	background-position: -367px -30px;
}
#metalsmaterial_submenu {
	width: 200px;
	text-indent: 8px;
	z-index: 999999;
}
#metalsmaterial_submenu a {   
	background-position: left -60px;
	text-indent: 8px;
}
<!-- FIT FOR LIFE GUARANTEE-->
#fitforlife {
}
#fitforlife a {
	background-image: url(../images/common/triton_menu.gif);
	width: 76px;
	height: 22px;
	text-indent: -10000px;
	background-position: -512px top;
}
#fitforlife a:hover {
	background-position: -512px -30px;
}
#fitforlife_submenu {
	width: 200px;
	text-indent: 8px;
	z-index: 999999;
}
#fitforlife_submenu a {   
	background-position: left -60px;
	text-indent: 8px;
}
<!-- YOUR FAVORITE-->
#yourfavorites
{
}
#yourfavorites a
{
	background-image: url(../images/common/triton_menu.gif);
	width: 102px;
	height: 22px;
	text-indent: -10000px;
	background-position: -587px top;
}
#yourfavorites a:hover
{
	background-image: url(../images/common/triton_menu.gif);
	background-position: -587px -30px;
}
#yourfavorites_submenu {
	width: 200px;
	text-indent: 8px;
	z-index: 999999;
}
#yourfavorites_submenu a {   
	background-position: left -60px;
	text-indent: 8px;
}
<!-- LOCATE A JEWELER -->
#lacateajeweler
{
}
#lacateajeweler a
{
	background-image: url(../images/common/triton_menu.gif);
	width: 119px;
	height: 22px;
	text-indent: -10000px;
	background-position: -688px top;
}
#lacateajeweler a:hover
{
	background-image: url(../images/common/triton_menu.gif);
	background-position: -688px -30px;
}
<!-- ALL PULLDOWN-->
#pulldown_menu
{	margin: 0;
	padding: 0;
	
	}
	#pulldown_menu li
	{
	float: left;
	list-style: none;
	font-size: 12px;
	color: #FFF;
		}

	#pulldown_menu li a
	{
	display: block;
	background: #;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 8px;
}

	#pulldown_menu li a:hover
	{	background: #;
	
	}
		
		#pulldown_menu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			}
		
			#pulldown_menu li ul li
			{	float: none;
				display: inline}
			
			#pulldown_menu li ul li a
			{	width: auto;
	}
			
			#pulldown_menu li ul li a:hover
			{
	background-color: #666666;
	background-position: left -90px;
	background-image: url(../images/common/triton_menu.gif);
}