/* 	LEVEL ONE*/ul.dropdown                         { position: relative; }ul.dropdown li                      { float: left; zoom: 1; height:38px; line-height:38px; border-left: 1px solid #fcfcfc; border-right: 1px solid #ddd;}ul.dropdown a:hover		          { color: #fff !important; background: url(../images/btnNavOn.gif) top right no-repeat; }ul.dropdown a:active                { color: #fff !important; background: url(../images/btnNavActive.gif) top right no-repeat; }ul.dropdown li a                    { display: block; padding: 0px 8px ;  color: #464646; text-decoration:none; font-weight: normal; }body.admin ul.dropdown a:hover		{ color: #fff !important; background: url(../images/btnNavOnAdmin.gif) top right no-repeat; }body.storeprof ul.dropdown a:hover	{ color: #fff !important; background: url(../images/btnNavOnStorProf.gif) top right no-repeat; }ul.dropdown li.hover,ul.dropdown li:hover                { color: black; position: relative; }ul.dropdown li.hover a              { color: black;  font-weight: normal; }/* 	LEVEL TWO*/ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000;  border-bottom: 1px solid #ccc; float: none; padding:0px;}									                                      /* IE 6 & 7 Needs Inline Block */ul.dropdown ul li a					{ border-right: none; width: 202px;  display: inline-block; } /* 	LEVEL THREE*/ul.dropdown ul ul 					{ left: 100%; top: 0; }ul.dropdown li:hover > ul 			{ visibility: visible; }
