ul#topnav {
	margin-top: -44px;
	margin-left: 70px;
    padding: 0;
	float:left;
	width: 800px;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0;
    padding: 0;
	position: relative;
	z-index: 99;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(nav_home.gif) no-repeat;
	width: 83px;
}
ul#topnav a.products {
	background: url(nav_products.gif) no-repeat;
	width: 119px;
}
ul#topnav a.sale {
	background: url(nav_sale.gif) no-repeat;
	width: 109px;
}
ul#topnav a.community {
	background: url(nav_community.gif) no-repeat;
	width: 126px;
}
ul#topnav a.store {
	background: url(nav_store.gif) no-repeat;
	width: 138px;
}


ul#topnav li .sub {
	position: absolute;
	z-index: 99;
	top: 44px;
    left: 0;
	background: #68A2D0 url(sub_bg.gif) repeat-x;
	padding: 20px 20px 20px;
	float: left;
	border: 2px solid white;
	/*--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: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
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: 5px 0;
	background-image: none;
	color: #414141;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 2px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}

li.dsc {
font-style:italic;
}

/* IE6 css fixer v0.7: Thu, 19 Nov 2009 17:48:38 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html ul#topnav li .sub,
* html ul#topnav li .row,
* html ul#topnav li .sub ul {display:inline;}


/* ============================================= */
/* potentially harmful settings                  */

/* add zoom:1 to backgrounds -- Manually check for problems with inline elements! */
* html ul#topnav li .sub,
* html ul#topnav .sub ul li a {zoom:1;}

/* IE7 */

*+html ul#topnav li .sub {
    position: absolute;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999;
}
