*{outline: none;}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.0em;
	height:40px;z-index:10000;
/*	background: url(../images/design/menubg.jpg) repeat-x;*/
	background: url(../images/design/mine_bar_bgajax.jpg) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
/*	text-transform:uppercase;*/
/*	color:#666;*/
	color:#fff;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	text-align:center;
/*	text-indent: -9999px;*/
	height: 35px;
	padding-top:4px;
	width:82px;
	line-height:16px;
/*		line-height:40px;*/
/*	padding-left:10px;
	padding-right:10px;*/
		padding-left:3px;
	padding-right:3px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; background-image:url(../images/design/menuhoverbgnew.jpg); color:#fff;}
/*ul#topnav a.home {
	background: url(nav_home.png) no-repeat;
	width: 78px; 
}*/
/*ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
	width: 117px; 
}*/
/*ul#topnav a.sale {
	background: url(nav_sale.png) no-repeat;
	width: 124px; 
}*/
/*ul#topnav a.community {
	background: url(nav_community.png) no-repeat;
	width: 124px; 
}*/
/*ul#topnav a.store {
	background: url(nav_store.png) no-repeat;
	width: 141px; 
}*/
.sub {	z-index:100;}

ul#topnav li .sub {
	position: absolute;	
	top: 40px; left: 0;
	/*background: #2e2e2e /*url(../images/design/sub_bg.png) repeat-x*/
	background: #fff /*url(../images/design/sub_bg.png) repeat-x*/;
	padding: 20px 20px 20px;
	float: left;
	border:1px solid #f85f19;
	/*--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: 200px;
	float: left;

}
ul#topnav .sub ul li {
	width: 100%;
	font-weight:normal;
	text-transform:none;
	margin: 0; padding: 0;
	color: #f2f2f2;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 13px;
	font-weight: normal;
	text-transform:none;
}
ul#topnav .sub ul li h2 a {
	padding: 0px 0;
/*	padding: 5px 0;*/
	background-image: none;
	margin: 0;
	font-size:13px;
/*	color: #e8e000;*/
	color: #f85f19;
	font-weight:bold;
	text-transform:none;
	text-decoration:underline;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: 20px;
	line-height:20px;
	background: url(../images/design/navlist_arrow.png) no-repeat 0px 6px;
	padding:0;
	padding-left: 12px;
	margin:0;
	font-size:11px;
/*	padding: 7px 5px 7px 15px;*/
	display: block;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
/*	color: #fff;*/
	color: #39385d;
text-align:left;
width:100%;
}
ul#topnav .sub ul li a:hover {color: #8a89d2; background-position: 3px 6px ;}
.viewall {
	border-top:1px solid #e2e2e2;
	width:100%;
	font-size:11px; 
	padding-top:5px;
	margin-top:10px;
}
ul#topnav .sub div.viewall a {
	height:20px;
	line-height:20px;
	background: url(../images/design/navlist_arrow.png) no-repeat 0px 8px;
	padding:0;
	margin:0;
	padding-left: 12px;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	padding-left:10px;
padding-right:10px;
text-align:left;
width:100%;
	color: #39385d;
}
ul#topnav .sub div.viewall a:hover {color: #8a89d2; background-position: 3px 8px ;}
