#navigation { padding: 0; margin: 0; }

#navigation li {
	list-style-type: none;
	margin: 0; padding: 0;
}

.dropped {
	position: absolute;
	z-index: 1000;
	display: block;
	border-bottom: 1px solid #464646;
	padding: 5px;
	background-color: #3b413a;
	width: 200px;
	margin-top: 31px;
}

#dropped-cs { margin-left: 67px; }
#dropped-products { }

.dropped li {
}


#navigation li ul {
	position: absolute;
	display: none;
	z-index: 6000;
}

#navigation li:hover ul, li.over ul { display: block; }


.dropped a {
color: #fff;
text-decoration: none;
font-size: 13px;
display: block;
padding: 2px;
}

.dropped a:hover { background: #505b4f; }



#nav-about,
#nav-storeguide,
#nav-cs,
#nav-products {
display: block;
height: 31px;
text-indent: -9999px;
float: left;
}

#nav-products { width: 66px; background: url(/images/btbar_products-both.gif); }
#nav-products:hover { background-position: 0 -31px; }

#nav-cs { width: 118px; background: url(/images/btbar_custsupport-both.gif); }
#nav-cs:hover { background-position: 0 -31px; }

#nav-storeguide { width: 90px; background: url(/images/btbar_storeguide-both.gif); }
#nav-storeguide:hover { background-position: 0 -31px; }

#nav-about { width: 102px; background: url(/images/btbar_aboutmarcum-both.gif); }
#nav-about:hover { background-position: 0 -31px; }




