/* CSS Document */
#logoDiv {
	width: 202px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/ginsbergs-logo-for-masthead.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
#mastheadnavnew {
	margin:0px;
	padding:0px;
	border:none;
	width:655px;
	float:left;
	background:#ffffff;
}
#mastheadnavnew ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}
#mastheadnavnew ul li {
	text-align:center;
	margin-right:1px;
	float:left;
	width:130px;
	height:31px;
	position:relative;
}
#mastheadnavnew ul li.aboutus {
	background:url(../images/newnav/about-us.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:78px;
}
#mastheadnavnew ul li.aboutus:hover {
	background:url(../images/newnav/about-us-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mastheadnavnew ul li.customers {
	background:url(../images/newnav/customers.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:78px;
}
#mastheadnavnew ul li.customers:hover {
	background:url(../images/newnav/customers-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mastheadnavnew ul li.products {
	background:url(../images/newnav/products.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:78px;
}
#mastheadnavnew ul li.products:hover {
	background:url(../images/newnav/products-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mastheadnavnew ul li.services {
	background:url(../images/newnav/services.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:78px;
}
#mastheadnavnew ul li.services:hover {
	background:url(../images/newnav/services-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mastheadnavnew ul li.contactus {
	background:url(../images/newnav/contact-us.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:78px;
}
#mastheadnavnew ul li.contactus:hover {
	background:url(../images/newnav/contact-us-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mastheadnavnew ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: small caps;
	font-size: 12px;
}
#mastheadnavnew li ul {
padding:0px;
                position:absolute;
                width:130px;
                float: left;
                padding:0px;
                left:0px;
                margin:0px;
                top:109px;
                display:none;
                background-color:#d2222c;
				
}
#mastheadnavnew li:hover ul, #mastheadnavnew li.over ul {
                display:block;
}
#mastheadnavnew li ul {
	width:130px;
}
#mastheadnavnew li ul li {
                padding:0px;
                margin:0px;
                width:110px;
                background-image:none;
                background-repeat:no-repeat;
                padding-left:10px;
				text-align:center;
				padding-right:10px;
				padding-top:5px;
				padding-bottom:5px;
				height:15px;
				border-top:1px solid #000000;
}
#mastheadnavnew li ul li a {
	font-size:12px;
	font-weight:normal;
}
#mastheadnavnew li ul li a:hover {
	text-decoration:underline;	
}
#ginsbergsLogo {
	width:96px;
	float:left;
	background:url(../images/since-1909.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
