.dropdownfont								{ font: 12px Helvetica, Sans-Serif; } 

/* 	LEVEL ONE */
ul.dropdown                         { position: relative;z-index:1;  } 
ul.dropdown li                      { float: left; zoom: 1; background: none; margin: 0 0px 0 0; }

ul.dropdown a:active                { color: #77716D; }
ul.dropdown li a                    { display: block; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */

ul.dropdown li.hover, ul.dropdown li:hover { background: none; color: #fff; position: relative; }

/* LEVEL TWO */
ul.dropdown ul 						{ width: 106px; visibility: hidden; position: absolute; top: 100%; left: 0; font-size: 11px;  }
ul.dropdown ul li 					{ background: url(../assets/img/drop-down-gradient.gif);  float: none; width: 106px; height: 39px; font-size: 13px; padding: 0 0 0 0; display: block; font-weight: normal; }

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 101px; height:35px; padding: 4px 0 0 5px; display: inline-block; text-decoration:none;  } 
ul.dropdown ul li a:hover 			{ color: #fff; text-decoration:none; background: #4f94a7; }
ul.dropdown ul li span				{ display: block; font-size:9px; padding: 3px 0 0 0; }	
ul.dropdown ul li a.submenu 		{ padding: 12px 0 0 5px; width: 101px; height: 27px; text-decoration: none; }

/* LEVEL THREE */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.v-outer 							{ display: table; #position: relative; overflow: hidden; height: 39px; color: white; width: 101px; }
.v-middle 							{ display: table-cell; #position: absolute; #top: 50%; vertical-align: middle; }
.v-inner 							{ #position: relative; #top: -50%; }


.subBaby a 		{color: #6eaec0; }
.subGirl a 		{color: #ef93b4; }
.subBoy a		{color: #4ca1c3; text-decoration: none !important; }
.subMaternity a	{color: #a4a0a2; }
.subEsale a		{color: #cf003d; }
