@import "/_furniture/css/all/nav.css";

#Navigation{
	background: transparent;
}

.MainMenu {
	background: url(/_furniture/gfx/bg/dark-top-grey.gif) repeat-x;
}

/* style the links for the top level */
.MainMenu a {
	background: #e6e6e6;
	color: #000000;
}

.MainMenu ul ul a.drop {color:#FFFFFF;}
.MainMenu ul ul a.drop:hover{background:#c9ba65;}
.MainMenu ul ul :hover > a.drop {background:#c9ba65;}

.MainMenu ul ul a {background:#d4d8bd; color:#fff; height:auto; line-height:1em; padding: 5px 5px 10px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */


/*************************** NewsletterHolder  *************************/

#NewsletterHolder a{
	background:  transparent url(/_furniture/gfx/signs/newsletter-dark.png) no-repeat;
}


