ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	font-size: 12px; z-index: 150;
}
ul#topnav li {
        float: left; left: 15px;
	margin: 0; padding: 5px 0 0 0px;
	position: relative; /*--Important--*/ z-index: 150
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 27px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(http://allietv.com/images/n_home.png)  no-repeat;
	width: 73px;
}
ul#topnav a.channels {
	background: url(http://allietv.com/images/n_channels.png)  no-repeat;
	width: 83px;
}
ul#topnav a.start {
	background: url(http://allietv.com/images/n_start.png)  no-repeat;
	width: 129px;
}
ul#topnav a.about {
	background: url(http://allietv.com/images/n_about.png)  no-repeat;
	width: 68px;
}
ul#topnav a.sponsors {
	background: url(http://allietv.com/images/n_sponsors.png)  no-repeat;
	width: 88px;}
ul#topnav a.shop {
	background: url(http://allietv.com/images/n_shop.png)  no-repeat;
	width: 59px;}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 31px; left: 0; border: solid 2px #78a22f;
	background: #344c00 url(http://allietv.com/images/sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 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; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #000; margin: 0; padding: 0;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.2em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background:url(http://allietv.com/images/nav_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}