#nav *, #navG * {
	margin: 0;
	padding: 0;
	list-style:none;
}
	#nav, #navG {
		height: 38px;
		width: 600px;
	}
		#nav ul, #navG ul {
			float: left;
		}
			#nav ul li, #navG ul li {
				float: left !important;
				position: relative;
				height: 38px;
			}
				#nav ul li a, #navG ul li a {
					float: left !important;
					height: 38px;
					background-position: 0 0;
					text-indent: -9000px;
				}
				#nav ul li a:hover, #navG ul li a:hover {
					background-position: 0 -39px;
				}
				#navHome a {
					background-image: url(../images/navHome.gif);
					width: 65px;
				}
				#navProShop a {
					background-image: url(../images/navProShop.gif);
					width: 111px;
				}
				#navForums a {
					background-image: url(../images/navForums.gif);
					width: 100px;
				}
				#navGallery a {
					background-image: url(../images/navGallery.gif);
					width: 104px;
				}
					#navVideos a {background-image: 					url(../images/navVideos.gif);
					width: 82px;}
				#navAboutUs a {
					background-image: url(../images/navAboutUs.gif);
					width: 117px;
				}
			
			li dl {
				display: none;
				width: 189px;
				position: absolute;
				z-index: 99;
				top: 0px;
				left: 9px;
				padding: 44px 0 0 0 !important;
				margin: 0;
				background: url(../images/subnav_top.gif) 0 5px no-repeat;
			}
			ul li:hover dl, li.subnavIEfix dl {
				display: block;
				z-index: 99 !important;
			}
			li dl dd {
				margin: 0;
				padding: 0;
			}
			#subnavProfile {
				width: 189px !important;
				height: 26px !important;
				background: url(../images/subnav_profile.gif) 0 0 no-repeat !important;
			}
			#subnavProfile:hover {
				background: url(../images/subnav_profile.gif) 0 -26px no-repeat !important;
			}
			#subnavPolicies {
				width: 189px !important;
				height: 26px !important;
				background: url(../images/pricing_policy.gif) 0 0 no-repeat !important;
			}
			#subnavPolicies:hover {
				background: url(../images/pricing_policy.gif) 0 -26px no-repeat !important;
			}
			#subnavPrivacy {
				width: 189px !important;
				height: 25px !important;
				background: url(../images/privacy_policy.gif) 0 0 no-repeat !important;
			}
			#subnavPrivacy:hover {
				background: url(../images/privacy_policy.gif) 0 -25px no-repeat !important;
			}
			#subnavAdvertise {
				width: 189px !important;
				height: 25px !important;
				background: url(../images/subnav_advertise.gif) 0 0 no-repeat !important;
			}
			#subnavAdvertise:hover {
				background: url(../images/subnav_advertise.gif) 0 -25px no-repeat !important;
			}
			#subnavSitemap {
				width: 189px !important;
				height: 26px !important;
				background: url(../images/subnav_sitemap.gif) 0 0 no-repeat !important;
			}
			#subnavSitemap:hover {
				background: url(../images/subnav_sitemap.gif) 0 -26px no-repeat !important;
			}
			#subnavContacts {
				width: 189px !important;
				height: 27px !important;
				background: url(../images/subnav_contacts.gif) 0 0 no-repeat !important;
			}
			#subnavContacts:hover {
				background: url(../images/subnav_contacts.gif) 0 -27px no-repeat !important;
			}