
/******************************** Top Nav ***********************************/

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 18px;
	z-index:999;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index:999;
}
ul#topnav li a {
	float: left;
	/*text-indent: -9999px;*/ /*--Push text off of page--*/
	/*height: 44px;*/
	padding:10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
ul#topnav li.colon {
	float: left;
	/*text-indent: -9999px;*/ /*--Push text off of page--*/
	/*height: 44px;*/
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
ul#topnav li:hover a, ul#topnav li a:hover { /*--Hover State--*/
	background-position: left bottom;
	text-decoration:none;
	color:#000000;
}
/*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 Nav ***********************************/

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 38px;
	*top/**/:/**/ 38px;
	left: -53px;
	background-color:#E9E5E2;
	padding:15px 25px 15px 15px;
	*padding/**/:/**/15px;
	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 5px 0 0;
	padding: 0;
	width:207px;
	*width/**/:/**/210px;
	float: left;
}
ul#topnav .sub ul li {
	width:100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li a {
	/*float: none;*/
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	/*height: auto;*/ /*--Override height from parent list item--*/
	padding:2px 0 2px 5px;
	*padding/**/:/**/2px 5px 2px 5px;
	display: block;
	text-decoration: none;
	color: #000000;
}
ul#topnav .sub ul li a:hover {
	color: #FFFFFF;
	background-color:#8B0113;
}

/*ul#topnav .sub ul li a.subLink {
	background-image:url(../images/nav_pointer.png);
	background-position:right 7px;
	background-repeat:no-repeat;
}*/
ul#topnav .sub ul li a.subLink:hover {
	background-image:url(../images/nav_pointer.png);
	background-position:right -16px;
	background-repeat:no-repeat;
}
ul#topnav .sub ul li a.subLinkHover {
	background-image:url(../images/nav_pointer.png);
	background-position:right -16px;
	background-repeat:no-repeat;
	background-color:#8B0113;
	color: #FFFFFF;
}


/******************************** subSub Nav ***********************************/

ul#topnav ul.subSub {
	position:absolute;
	left:212px;
	*left/**/:/**/210px;
	top:0;
	background-color:#E9E5E2;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav ul.subSub li {
	width:100%;
	/*padding-right:50px;*/
}
ul#topnav ul.subSub li a {
	/*float: none;*/
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	/*height: auto;*/ /*--Override height from parent list item--*/
	padding:2px 0 2px 5px;
	*padding/**/:/**/2px 5px 2px 5px;
	display: block;
	text-decoration: none;
	color: #000000;
}
ul#topnav ul.subSub li a:hover {
	color: #FFFFFF;
	background-color:#8B0113;
}




