@charset "utf-8";
/* CSS Document */

/* ====================== */
/* = DROPDOWN INSIDE PAGE = */
/* ====================== */
.sf-menu li, a div.home {
	background: url(../template_button.jpg) repeat-x top left !important;
	height: 35px !important;
	line-height: 40px !important;
	}

.sf-menu li:hover,
.sf-menu li.sfHover, a div.home:hover {
	background: url(../template_button_hover.jpg) repeat-x top left !important;
	}

/*** SUPERFISH SUB MENU ***/
ul.sf-menu li ul li, ul.sf-menu li ul li a {
	background: #709708 !important;
	color: #FFF !important;
	height: 35px !important;
	line-height: 35px !important;
	}
	
ul.sf-menu li ul li:hover, ul.sf-menu li ul li a:hover {
	background: #506508 !important;
	}

.sf-menu ul {
	box-shadow: none !important;
	}

.dropshadow {
	box-shadow: none !important;
	}
