ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 20px;
	
}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.home {
	background: url(http://www.avdeals.com/images/home.png) no-repeat;
	width: 165px;
}
ul#topnav a.plasma {
	background: url(http://www.avdeals.com/images/plasma.png) no-repeat;
	width: 167px; 
}
ul#topnav a.lcd {
	background: url(http://www.avdeals.com/images/lcd.png) no-repeat;
	width: 167px; 
}
ul#topnav a.ht {
	background: url(http://www.avdeals.com/images/ht.png) no-repeat;
	width: 167px; 
}
ul#topnav a.hdtv {
	background: url(http://www.avdeals.com/images/hdtv.png) no-repeat;
	width: 167px; 
}
ul#topnav a.store {
	background: url(http://www.avdeals.com/images/store.png) no-repeat;
	width: 165px; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 40px; left: 0;
      z-index: 99999;
	background: #333333 repeat-x;
	padding: 5px 5px 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 160px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #000000;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 4px 0;
	background-image: none;
	color: #ec9907;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 4px 4px 4px 4px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul#topnav .sub ul li a:hover {color: #333333; background-position: 5px 12px ; background-color: #ffffff}