
/* 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: 600px; height: 123px; background: url('global-nav.jpg') no-repeat; }

#hnav li {position: absolute; left: 0; height: 124px; }
	#hnav #hnavhome { width: 100px; left: 0px; }
	#hnav #hnavsurround-sound-headphones{ width: 265px; left: 101px; }
	#hnav #hnavabout-us{ width: 121px; left: 367px; }
	#hnav #hnavcontact-us { width: 112px; left: 489px; }
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 124px; text-indent: -9999em; }
