
/*********************** TOP MENU ***************************/
#menu{
	position: relative;
	width:802px;
	height:46px;
	background:url(../images/global/menu_bg.jpg) left top no-repeat;
	margin:0;
	float:right;
	right:0;
	padding:0 0 0 148px;
	z-index:1!important;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:800px;
	}
#menu ul li{
	position:relative;
	float:left;
	margin-top:11px;
	}
	
#menu ul li a span {
	display:none;
	}

#menu ul li a {
	height:24px;
	display:block;
	margin:0;
	padding:0;
	background-position: top;
	background-repeat:no-repeat;
	}
#menu li:hover a,
#menu li.over a,
#menu ul li a.active {
	background-position:bottom;
	}


#menu ul li#women a {
	background-image: url(../images/global/women.jpg);
	width:99px;
	margin-right:36px;
	}
#menu ul li#men a {
	background-image: url(../images/global/men.jpg);
	width:79px;
	margin-right:40px;
	}
#menu ul li#children a {
	background-image: url(../images/global/children.jpg);
	width:115px;
	margin-right:41px;
	}
#menu ul li#sheets a {
	background-image: url(../images/global/sheets.jpg);
	width:88px;
	margin-right:41px;
	}
#menu ul li#goodies a {
	background-image: url(../images/global/goodies.jpg);
	width:96px;
	}

/*********************** LEVEL1 ***************************/

#menu ul li:hover ul,							/* show/hide LEVEL 1 topmenu in MOZILA*/
#menu ul li.over ul{							/* show/hide LEVEL 1 topmenu in IE */
	display:block;
}	
#menu li ul {									/* position of LEVEL 1 topmenu in MOZILA and IE */
	position:absolute;
	left:-4px;
	top:auto;
	display:none;
	padding:10px 0px 10px 1px;
	margin:0;
	background: url(../images/global/submenu.gif) left bottom no-repeat;
	width:179px;
}
#menu li:hover li,								/*Level 1 Link in MOZILLA*/
#menu li.over li{									/*Level 1 Link in IE*/
	margin:0;
	cursor: default;
}

#menu li:hover li a,								/*Level 1 Link in MOZILLA*/
#menu li.over li a{
	width:158px!important;
	height:24px;
	padding:5px 10px;
	margin:0;
	font:11px Lucida Grande, Arial, Helvetica, sans-serif;
	color:#8DC9FF;
	text-decoration:none;
	background:transparent!important;
	border-bottom:1px solid #2473B7;
	height: auto!important;
}
#menu li:hover li a#last,
#menu li.over li a#last{
	border:none!important;
}
#menu li:hover li:hover a,							/*Level 1 Active in MOZILLA*/
#menu li.over li.over a,							/*Level 1 Active in IE*/
#menu li:hover li a:hover,							/*Level 1 Hover in ....*/
#menu li.over li a:hover							/*Level 1 Hover in MOZILLA and IE*/
{
   	color:#FFFFFF;
   	/*background: #4C4C35;*/
	background:none!important;
	text-decoration:underline;
}
	
/*********************** Left Menu ***************************/

#top-nav{
	margin:0 auto;
	padding:10px 13px 0 0;
	float: right;
	right:0;
	font:12px Lucida Grande, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	position: absolute;
}
#top-nav span{
	margin:0 5px;
}
#top-nav a, #top-nav a:visited, #top-nav a:active{
	text-transform:uppercase;
	text-decoration: none;
	color:#FFFFFF;
}
#top-nav a:hover{
	text-transform:uppercase;
	text-decoration: none;
	color:#000;
}
