
/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }


/*
=================================== Horizontal Navigation ================================*/
#hnav { position: absolute; width: 640px; height: 124px; background: url('global-nav.jpg') no-repeat; }

#hnav li {position: absolute; left: 0; height: 124px; }
	#hnav #hnavhome { width: 80px; left: 0px; }
	#hnav #hnavbluetooth-headphones{ width: 185px; left: 80px; }
	#hnav #hnavwireless-headphones{ width: 182px; left: 265px; }
	#hnav #hnavabout-us{ width: 90px; left: 447px; }
	#hnav #hnavcontact-us { width: 103px; left: 537px; }
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 124px; text-indent: -9999em; }

/*
=================================== Vertical Navigation ================================*/
#vnav { position: absolute; top: 100px; left: 0; width: 234px; height: 225px; background: url('vert_sprites.gif') no-repeat; }
#vnav li { position: absolute; left: 0; width: 234px; height: 45px; }
	#vnav #hnavhome { height: 45px; top: 0px; }
	#vnav #vnavschedule { height: 45px; top: 45px; }
	#vnav #vnavmedia{ height: 45px; top: 90px; }
	#vnav #vnavblog { height: 45px; top: 135px; }
	#vnav #vnavcontact { height: 45px; top: 180px; }
#vnav li a { display: block; position: absolute; top: 0; left: 0; width: 234px; height: 45px; text-indent: -9999em; }
