/*========================================================
 @site		Iperbole
 @company	Janus srl
 @address	http://keepthinking.it
 @author	Oskar Krawczyk (o.krawczyk@keepthinking.it)
 @rev		08/05/2007
 ========================================================*/

.func {
	color: #72B14B;
}

	.paging a {
		border: solid 1px #72B14B;
		background: #72B14B;
		color: #72B14B;
	}

	a {
		color: #72B14B;
	}

/*
 =============================================================== */
	#logos #logoSection a {
		margin: 14px 0 0 40px;
		height: 44px;
		width: 203px;

	}

/*
 =============================================================== */
#nav , .nav { /* GO TO EXTERNAL ======== ======== ======== ======== ======== ======== ======== ======== */
	background: #72B14B;
}

	#nav ul ul , 	.nav ul ul {
		background: #c9c9c9;
		padding: 0;
	}

	#nav ul li.active a , 	.nav ul li.active a {
		background-color: #c9c9c9;
	}
	#nav ul li.selectedItem a , 	.nav ul li.selectedItem a {
		background-color: #eee;
	}
	#nav ul li.selectedItem ul li a , 	.nav ul li.selectedItem ul li a {
		background-color: #c9c9c9;
	}
	#nav ul li.selectedItem ul li a:hover , 	.nav ul li.selectedItem ul li a:hover {
		background-color: #eee;
	}
	#nav ul ul .selectedItem a , 	.nav ul ul .selectedItem a {
		background-color: #eee;
	}

/*
 =============================================================== */
#search {
	background: #fff url(../img/nav-peak.gif) 100% 0 no-repeat;
}

	#search div input {
		background: url(../img/search-submit.gif) 0 0 no-repeat;
	}

/*
 =============================================================== */
	#main h2 span {
		color: #4A7431;
		line-height: 110%;
	}

/*
 =============================================================== */
	#side h3 {
		background: url(../img/dot-w.gif) 0 100% repeat-x;
		color: #72B14B;
	}

.display {
	display: block;
}
.hide{
	display: none;
}

#submenu_banner
{
	background-color: white;	
}