

#nav { padding:0 0; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left;}
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav a { float:left; padding:6px 18px 5px 18px; color:transparent; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:transparent; background:#EDEED4; }

/*Custom Menu Backgrounds*/
#nav li.nav-bracelets a{
	background: transparent url('../images/nav/bracelets.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:58px;
}
#nav li.nav-bracelets a:hover{
	background: transparent url('../images/nav/bracelets.gif') 50% -56px no-repeat;
}

#nav li.nav-rings a{
	background: transparent url('../images/nav/rings.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:23px;
}
#nav li.nav-rings a:hover{
	background: transparent url('../images/nav/rings.gif') 50% -56px no-repeat;
}

#nav li.nav-necklaces a{
	background: transparent url('../images/nav/necklaces.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:62px;
}

#nav li.nav-necklaces a:hover{
	background: transparent url('../images/nav/necklaces.gif') 50% -56px no-repeat;
}

#nav li.nav-earrings a{
	background: transparent url('../images/nav/earrings.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:46px;
}

#nav li.nav-earrings a:hover{
	background: transparent url('../images/nav/earrings.gif') 50% -56px no-repeat;
}

#nav li.nav-pendants a{
	background: transparent url('../images/nav/pendants.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:56px;
}
#nav li.nav-pendants a:hover{
	background: transparent url('../images/nav/pendants.gif') 50% -56px no-repeat;
}

#nav li.nav-mens a{
	background: transparent url('../images/nav/mens.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:41px;
}
#nav li.nav-mens a:hover{
	background: transparent url('../images/nav/mens.gif') 50% -56px no-repeat;
}

#nav li.nav-outlet a{
	background: transparent url('../images/nav/outlet.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:36px;
}
#nav li.nav-outlet a:hover{
	background: transparent url('../images/nav/outlet.gif') 50% -56px no-repeat;
}

#nav li.nav-displays a{
	background: transparent url('../images/nav/displays.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:64px;
}
#nav li.nav-displays a:hover{
	background: transparent url('../images/nav/displays.gif') 50% -56px no-repeat;
}

#nav li.nav-collections a{
	background: transparent url('../images/nav/collections.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:92px;
}
#nav li.nav-collections a:hover{
	background: transparent url('../images/nav/collections.gif') 50% -56px no-repeat;
}

#nav li.nav-wholesale a{
	background: transparent url('../images/nav/wholesale.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:80px;
}
#nav li.nav-wholesale a:hover{
	background: transparent url('../images/nav/wholesale.gif') 50% -56px no-repeat;
}

#nav li.nav-new a{
	background: transparent url('../images/nav/new.gif') 50% 0% no-repeat;
	text-indent:-10000px;
	width:31px;
}
#nav li.nav-new a:hover{
	background: transparent url('../images/nav/new.gif') 50% -56px no-repeat;
}

#nav li.active a{
	background-position: 50% -56px;
}


/************ 1ST LEVEL ************/
#nav li.nav-necklaces li a, #nav li.nav-necklaces li a:hover,
#nav li.nav-earrings li a, #nav li.nav-earrings li a:hover,
#nav li.nav-collections li a, #nav li.nav-collections li a:hover,
#nav li.nav-outlet li a, #nav li.nav-outlet li a:hover,
#nav li.nav-bracelets li a, #nav li.nav-bracelets li a:hover{
	background:#f9f9f9;
	text-indent:0;
	width:100%;
}
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:#669839; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:28px; left:-10000px; border:1px solid #899ba5; z-index:100;}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#DEDFC7; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }
