* { margin: 0; padding: 0; }
a{ text-decoration: none; }
ul{ list-style: none; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative;float:right;z-index:3;  }
ul.dropdown li                      {
float: left; zoom: 1;
background:transparent url(../img/li-separator.png) center right no-repeat;
width:108px;
}

ul.dropdown li a {
color:#FFFFFF;
display:block;
height:62px;
line-height:60px;
text-align:center;
text-shadow:0.1em 0.1em #E62372;
font-size:15px;
}
ul.dropdown li a#productos:hover, ul.dropdown li:hover a#productos, ul.dropdown li a#productos.active   { background:transparent url(../img/li-bg1.png) left center no-repeat; }
ul.dropdown li a#promociones:hover, ul.dropdown li:hover a#promociones, ul.dropdown li a#promociones.active   { background:transparent url(../img/li-bg2.png) center center no-repeat; }
ul.dropdown li a#games:hover, ul.dropdown li:hover a#games, ul.dropdown li a#games.active   { background:transparent url(../img/li-bg3.png) center center no-repeat; }
ul.dropdown li a#videos:hover, ul.dropdown li:hover a#videos, ul.dropdown li a#videos.active   { background:transparent url(../img/li-bg4.png) center center no-repeat; }
ul.dropdown li a#red:hover, ul.dropdown li:hover a#red, ul.dropdown li a#red.active   { background:transparent url(../img/li-bg5.png) center center no-repeat; }

ul.dropdown ul li a:hover         { color:#00a4a7; }
ul.dropdown ul li a:active       { color:#00a4a7; }
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 					{z-index:3; width: 102px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background:#ffffff url(../img/subli-separator.jpg) bottom center no-repeat; color:#999999; float: left; width:102px; height:auto; padding:10px 1px;  }
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{  background-image:none; width: 99%; height:auto; float: left; margin:0; display: inline-block; color:#999999; text-shadow:none;line-height:15px;font-size:12px;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
