@charset "UTF-8";

#topnavigation {width: 1000px; height: 39px; background: transparent url(graphics/topnavigation-bg.png) no-repeat;}
#topnavsearch {float: left; width: 276px; height: 39px;}
#topnavsearch .textinput {background: url(graphics/tnav-search-bg.png) no-repeat; border: none; vertical-align: top; margin: 7px 0 0 9px; padding: 4px 2px 4px 6px; width: 170px;}
#topnavsearch .gosearch {width: 74px; height: 24px; border: none; padding: 0; margin: 7px 0 0 5px;}
#nav {width: 724px; height: 39px; float: right;}

/* ***** This contains the nav's rollover images ***** */
ul.dropdown .expresstesting {background: url(graphics/tnav-expresstesting.png) no-repeat; width: 119px; height: 39px;}
ul.dropdown .expresstesting:hover {background: url(graphics/tnav-expresstesting-hov.png) no-repeat; width: 119px; height: 39px;}
ul.dropdown .shopbydevice {background: url(graphics/tnav-shopbydevice.png) no-repeat; width: 119px; height: 39px;}
ul.dropdown .shopbydevice:hover {background: url(graphics/tnav-shopbydevice-hov.png) no-repeat; width: 119px; height: 39px;}
ul.dropdown .refurbprods {background: url(graphics/tnav-refurbprods.png) no-repeat; width: 153px; height: 39px; cursor: pointer !important; text-indent: -9000px;}
ul.dropdown .refurbprods:hover {background: url(graphics/tnav-refurbprods-hov.png) no-repeat; width: 153px; height: 39px;}
ul.dropdown .sellyourdevice {background: url(graphics/tnav-sellyourdevice.png) no-repeat; width: 125px; height: 39px; cursor: pointer !important; text-indent: -9000px;}
ul.dropdown .sellyourdevice:hover {background: url(graphics/tnav-sellyourdevice-hov.png) no-repeat; width: 125px; height: 39px;}
ul.dropdown .repairguides {background: url(graphics/tnav-repairguides.png) no-repeat; width: 111px; height: 39px; cursor: pointer !important; text-indent: -9000px;}
ul.dropdown .repairguides:hover {background: url(graphics/tnav-repairguides-hov.png) no-repeat; width: 111px; height: 39px;}
ul.dropdown .contactus {background: url(graphics/tnav-contactus.png) no-repeat; width: 97px; height: 39px; cursor: pointer !important; text-indent: -9000px;}
ul.dropdown .contactus:hover {background: url(graphics/tnav-contactus-hov.png) no-repeat; width: 97px; height: 39px;}
/* *************************************************** */

ul.dropdown .expresstesting a {display: block !important; height: 39px;}
ul.dropdown .refurbprods a {display: block !important; height: 39px;} 
ul.dropdown .sellyourdevice a {display: block !important; height: 39px;} 
ul.dropdown .repairguides a {display: block !important; height: 39px;} 
ul.dropdown .contactus a {display: block !important; height: 39px;} 


/* default.css below */
ul.dropdown {
 font: bold 14px/normal Arial, Helvetica, sans-serif;
 text-transform: uppercase;
}

	ul.dropdown li {
	 padding: 0 10px;
	 background-color: transparent;
	 color: #16436c;
	}

	ul.dropdown li.last ul li {
	 float: right;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #00adef;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #184165; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #00adef; }


	/* -- level mark -- */

	ul.dropdown ul {font-size: 12px; letter-spacing: normal;}

.widemenu {width: 1000px; margin-left: -276px !important;}
.extwidemenu {width: 210px;}
.ipodlmenuext {height: 18px !important;}

.lcontrl {width: 129px !important;}
.ipodlmenu {width: 106px !important;}
.lcontroltxt {color: #16436c !important;}
ul.dropdown ul {background: #fefeff url(graphics/nav-ul-bg.png) repeat-x top left;}
ul.dropdown ul ul {background: none !important; border: none !important; }



	* html ul.dropdown ul {
	 width: 940px;
	}

		ul.dropdown ul li {
		 font-weight: bold;
		}

		/* -- level mark -- */

		ul.dropdown ul ul {
		 margin-top: 5px;
		 text-transform: none;
		}

			ul.dropdown ul ul li {
			 font-weight: normal;
			}




/*-------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown li a {
 display: block;
}


/*-------------------------------------------------/
 * @section		Base Style Override -- Submenu stuff
 */

ul.dropdown li {
 padding: 0;
}


/*-------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */

ul.dropdown li.dir {

}

ul.dropdown li.dir:hover {

}

ul.dropdown ul li.dir {padding: 10px;}


/*-------------------------------------------------/
 * @section		Custom
 */

ul.dropdown ul {
 padding: 0 10px;
}

ul.dropdown ul a {
 width: 140px;
 padding: 3px 5px;
 background: url(graphics/pattern2.png) 0 0 repeat-x;
}

ul.dropdown ul a:hover {
 background-color: #00adef;
 color: #fff;
}

ul.dropdown ul ul {
 padding: 0;
 margin-left: -5px; 
}




/* dropdown.css */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 /* sub menu - width: 900px; */
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}



/* dropdown.linear */
ul.dropdown-linear {
 width: 100%;
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}



/* dropdown.linear.columnar - Submenu */
ul.dropdown-columnar ul li {
 position: static;
 width: 150px;
}

ul.dropdown-columnar ul ul {
 display: block !important;
 position: static;
 width: auto !important;
}

ul.dropdown-columnar ul ul li {
 float: none;
}

ul.dropdown-columnar ul ul ul {
 display: none;
}

ul.dropdown-columnar li.hover ul,
ul.dropdown-columnar li:hover ul {
 visibility: visible !important;
}