* 									{ margin: 0; padding: 0; }
#page-wrap							{ width: 800px; margin: 25px auto; }
#menu_drop_down a					{ text-decoration: none; }
#menu_drop_down ul					{ list-style: none; }

.dropdown {
	font-family: "Century Gothic", Arial, Tahoma, Verdana, sans-serif;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; z-index: 100;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1;}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; }
ul.dropdown li.hover a              { color: #47a2a2; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 140px; visibility: hidden; position: absolute; top: 100%; left: 0; margin-top: -10px; }
ul.dropdown ul li 					{ margin-left: 10px; font-weight: normal; background: #1e1e1e; color: #000; 
									  float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
border-right: none; width: 100%; display: inline-block; font-size: 11px; color: #c0c0c0;
padding-left: 10px; padding-top: 3px; padding-bottom: 3px;
} 

ul.dropdown ul li a:hover {
	color: #47a2a2;
	text-decoration: none;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; margin-top: 0px; }
ul.dropdown ul ul li {margin-left: 0px; border-top: 1px solid #2d2d2d;}
ul.dropdown li:hover > ul 			{ visibility: visible; }

.home_link {
	width: 85px;
	height: 45px;
	background: url(../images/menu_01.jpg) no-repeat;
	display: block;
}

.home_link:hover {
	background: url(../images/menuover_01.jpg) no-repeat;
}

.collection_link {
	width: 139px;
	height: 45px;
	background: url(../images/menu_02.jpg) no-repeat;
	display: block;
}

.collection_link:hover {
	background: url(../images/menuover_02.jpg) no-repeat;
}

.wholesale_link {
	width: 144px;
	height: 45px;
	background: url(../images/menu_03.jpg) no-repeat;
	display: block;
}

.wholesale_link:hover {
	background: url(../images/menuover_03.jpg) no-repeat;
}

.stores_link {
	width: 109px;
	height: 45px;
	background: url(../images/menu_04.jpg) no-repeat;
	display: block;
}

.stores_link:hover {
	background: url(../images/menuover_04.jpg) no-repeat;
}

.bio_link {
	width: 85px;
	height: 45px;
	background: url(../images/menu_05.jpg) no-repeat;
	display: block;
}

.bio_link:hover {
	background: url(../images/menuover_05.jpg) no-repeat;
}

.contact_link {
	width: 124px;
	height: 45px;
	background: url(../images/menu_07.jpg) no-repeat;
	display: block;
}

.contact_link:hover {
	background: url(../images/menuover_07.jpg) no-repeat;
}

.collection_archive {
	background: url(../images/arrow.gif) 120px no-repeat;
}


