/* New Top Navigation August 2010*/

ul#topnav {
	margin:30px -5px 15px -3px;
	padding: 0;
	float:left;
	width: 101%;
	list-style: none;
	font-size: 1.1em;
	position:relative;
	z-index:4;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	margin-right:2px;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 28px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(/js/navmenu/images/new-home.jpg) no-repeat;
	width: 127px; 
}

ul#topnav a.home-active {
	background: url(/js/navmenu/images/new-home-active.jpg) no-repeat;
	width: 127px; 
}
ul#topnav a.products {
	background: url(/js/navmenu/images/new-challenges.jpg) no-repeat;
	width: 196px; 
}
ul#topnav a.products-active {
	background: url(/js/navmenu/images/new-challenges-active.jpg) no-repeat;
	width: 196px; 
}
ul#topnav a.sale {
	background: url(/js/navmenu/images/new-helping.jpg) no-repeat;
	width: 196px; 
}
ul#topnav a.sale-active {
	background: url(/js/navmenu/images/new-helping-active.jpg) no-repeat;
	width: 196px; 
}
ul#topnav a.community {
	background: url(/js/navmenu/images/new-what.jpg) no-repeat;
	width: 146px; 
}
ul#topnav a.community-active {
	background: url(/js/navmenu/images/new-what-active.jpg) no-repeat;
	width: 146px; 
}
ul#topnav a.store {
	background: url(/js/navmenu/images/services.jpg) no-repeat;
	width: 127px; 
}
ul#topnav a.store-active {
	background: url(/js/navmenu/images/services-active.jpg) no-repeat;
	width: 127px; 
}
ul#topnav a.customers {
	background: url(/js/navmenu/images/customers.jpg) no-repeat;
	width: 158px; 
}
ul#topnav a.customers-active {
	background: url(/js/navmenu/images/customers-active.jpg) no-repeat;
	width: 158px; 
}

ul#topnav li .sub {
	position: absolute;	
	top: 28px; left: 0;
	background:  #FFF url(/js/navmenu/images/sub_bg.png) repeat-x;
	padding: 10px 20px 20px;
	border:solid #CCC 1px;
	border-top: 0;
	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: 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: 0 0 5px 0;
	background-image: none;
	color: #000;
	font-size:13px;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(/js/navmenu/images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
ul#topnav .sub ul li a:hover {color: #333; text-decoration:underline; background-position: 5px 12px ;}

