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; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -99999px; /*--Push text off of page--*/
	height: 42px;
	background-position: left top;
}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left -42px; } /*--Hover State--*/


ul#topnav a.home_active {
	background: url(../images/CSite/menu/home.png) no-repeat;
	background-position: left bottom;
	width: 68px;
}

ul#topnav a.home {
	background: url(../images/CSite/menu/home.png) no-repeat;
	width: 68px;
}

ul#topnav a.products_active {
	background: url(../images/CSite/menu/online_stores.png) no-repeat;
	background-position: left bottom;
	width: 144px;
}
ul#topnav a.products {
	background: url(../images/CSite/menu/online_stores.png) no-repeat;
	width: 144px;
}

ul#topnav a.sale_active {
	background: url(../images/CSite/menu/local_stores.png) no-repeat;
	background-position: left bottom;
	width: 160px;
}
ul#topnav a.sale {
	background: url(../images/CSite/menu/local_stores.png) no-repeat;
	width: 160px;
}

ul#topnav a.community_active {
	background: url(../images/CSite/menu/blog_stores.png) no-repeat;
	background-position: left bottom;
	width: 129px;
}
ul#topnav a.community {
	background: url(../images/CSite/menu/blog_stores.png) no-repeat;
	width: 129px;
}

ul#topnav a.store_active {
	background: url(../images/CSite/menu/store_locator.png) no-repeat;
	background-position: left bottom;
	width: 123px;
}
ul#topnav a.store {
	background: url(../images/CSite/menu/store_locator.png) no-repeat;
	width: 123px;
}


ul#topnav a.blog_active {
	background: url(../images/CSite/menu/blog.png) no-repeat;
	background-position: left bottom;
	width: 140px;
}
ul#topnav a.blog {
	background: url(../images/CSite/menu/blog.png) no-repeat;
	width: 140px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 42px; left: 0;
	background: #006699 ; /*url(banner_bg.gif) repeat-x ; /*--Background gradient--*/
	padding: 10px 10px 10px;
	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: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 180px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.0em;
	font-weight: bold;

}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
    font-color: #fffff;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
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(../images/CSite/arrow-1.png) no-repeat 5px 12px;*/
	padding: 2px 5px 2px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}
