
#menu_wrap {
	width:120px;
	float: left;
	clear: right;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:5px;
	padding-bottom:15px;
}
#menu {
	float: left;
	background-image:url('../images/links-header.gif');
	background-repeat:no-repeat;
	width:117px;
	margin-top: 0px;
	padding-top:20px;	
}
#menu_custom {
	width:118px;
	padding-bottom:38px;
	display:table;
	overflow:hidden;
	float: left;
}
#menu ul, #menu_custom ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}
#menu ul li {
	padding-left:5px;
	padding-right:2px;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4b4b93;
	border-bottom-color: #00004F;
	border-right-width: 3px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000042;
	border-left-color: #27277d;
	margin-bottom: 1px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu a, #menu_custom a, #menu h2, #menu_custom h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	font-weight:bold;		
}
#menu h2, #menu_custom h2 {
	display:none;	
}
#menu a, #menu_custom a {
	color: #FFFFFF;
	
	text-decoration: none;	
}
#menu a:hover, #menu_custom a:hover {
	color: #CCCCCC;	
}
#menu li, #menu_custom li {
	position: relative;
}
#menu ul ul ul, #menu_custom ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}







.noborderpadding {
	margin: 0px;
	padding: 0px;
}
/* CSS for Contribution */
.kids_green{
	color: #7ad76f;
	display: inline;
}
.kids_Orange{
	color: #fb751c;
	display: inline;
}
.kids_ltOrange{
	color: #fdb81d;
	display: inline;
}
.kids_ltBlue{
	color: #6cdfe4;
	display: inline;
}
