/* ----- Header Main Menu ----- */

#menuMain {
	overflow: visible;
	z-index:100;
	xwidth: 646px;
}

	#menuMain a {
		display: block;
		margin: 0;
		padding: 9px 5px 0px 5px;
		height: 43px;
		text-align: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		font-weight:normal;
		background-repeat:repeat-x;
		background-position: 0px 0px;
	}
	#menuMain a:hover,
	#menuMain a:active {
		text-decoration:none;
	}
	
	#menuMain ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

		#menuMain ul li {
			position: relative;
			display: block;
			float: left;
			padding: 0;
			margin: 1px;
			/*border-right: solid 1px #CECECE;*/
			height:43px;	
			width: 127px;
		}
			#menuMain ul li a {
				display: block;
				color:#FFF;
				text-decoration:none;
				font-weight:normal;
				background-image: url(/img/nav_buttons/off_state.png);
			}
			#menuMain ul li a:hover,
			#menuMain ul li a:active {
				color:#FFF;
				text-decoration:none;
				background-image:url(/img/nav_buttons/over_state.png);
			}

			/* ON BUTTON */
			#menuMain ul li.sel {
				background-image:url(/img/nav_buttons/on_state.png);
				color:#666666;
			}
			#menuMain ul li.sel a,
			#menuMain ul li.sel a:hover,
			#menuMain ul li.sel a:active{
				color:#666666;
				text-decoration:none;
				background-image:url(/img/nav_buttons/on_state.png);
			}
			/* END ON BUTTON */
			
				#menuMain ul li ul {
					position: absolute;
					z-index: 500;
					top: 32px;
					left: 0px;
					width: 128px;
					border: none;
					padding:0;
					border-left: 1px solid #CECECE;
					border-bottom: 1px solid #CECECE;
					background-color:#FFFFFF;
				}
					#menuMain ul li ul li {
						position: relative;
						float: none;
						height:auto;
						margin: 0;
						padding: 0;
						border-right: 1px solid #CECECE;
						z-index: 500;
					}
						#menuMain ul li ul li a {
							color:#808284;
							font-size:10px;
							text-decoration:none;
							text-transform: uppercase;
							margin: 0;
							padding: 5px;
							text-align: left;
							border-top: 1px dashed #DDDDDD;
							height: auto;
							background-image:none !important;
						}
						#menuMain ul li ul li a:hover,
						#menuMain ul li ul li a:active{
							text-decoration:none;
							text-transform: uppercase;
							color:#FFFFFF;
							background-color:#808285;
							background-image:none !important;
						}
						
						#menuMain ul li ul li.sel {
							background-color:#B2B3B4;
						}
						#menuMain ul li ul li.sel a,
						#menuMain ul li ul li.sel a:hover,
						#menuMain ul li ul li.sel a:active{
							text-decoration:none;
							text-transform: uppercase;
							color:#ffc20e;
							background-color:#808285;
						}

						#menuMain ul li.sel ul li a:hover,
						#menuMain ul li.sel ul li a:active {
							color: #ffffff;
						}
						#menuMain ul li.sel ul li.on a {
							text-decoration:none;
							text-transform: uppercase;
						}
						#menuMain ul li.sel ul li.on a:hover,
						#menuMain ul li.sel ul li.on a:active{
							text-decoration:none;
							text-transform: uppercase;
							color:#ffc20e !important;
							xbackground-color:#B2B3B4;
						}
					
					
#menuMain ul ul,
#menuMain ul li:hover ul ul,
#menuMain ul ul li:hover ul li ul {
	display: none;
}
#menuMain ul li:hover ul{
	display: block;
}

/* Holly Hack Targets IE Win only \*/
* html #menuMain ul li {
	height: 1%;
}
/* End Holly Hack */


		#menuMain_ {width: 128px !important;}

/* ----- Crumbtrail Menu ----- */

#crumbtrail {
	padding: 5px 5px 5px 20px;
	border-top:#dfe0e0 1px solid;
}
/* Holly Hack Targets IE Win only \*/
* html #crumbtrail {height: 1%;}
/* End Holly Hack */

#crumbtrail a {
	/*text-decoration: none;
	color: #0599F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#898b8e;
	text-decoration:none;
}
#crumbtrail a:hover {
	color: #58595b;
	text-decoration:none;
}
#crumbtrail ul {
margin: 0 !important;
padding: 0 !important;
list-style-type: none;
}
#crumbtrail ul li {
display: inline;
padding-left: 15px;
		background-image: url(/img/crumbtrail_arrow.gif);
background-repeat: no-repeat;
color: #0599F1;
}
#crumbtrail .back {
display: block;
float: right;
width: 56px;
text-align: right;
padding: 0px 0px 0px 12px;
background-repeat: no-repeat;
}
#crumbtrail .back ul {
}
#crumbtrail .back li {
padding-left: 15px;
		background-image: url(/img/crumbtrail_arrow.gif);
background-repeat: no-repeat;
}

#crumbtrail .trail {
margin-right: 70px;
}
#crumbtrail .trail ul {
text-align: left;
}
#crumbtrail .trail a {
}
#crumbtrail .trail a:hover {
}
#crumbtrail .trail li.first {
padding-left: 0px;
background-image: none;
}
#crumbtrail .trail li.last {
}
#crumbtrail .trail li.last a {
color: #808080;
}

/* ----- Links ----- */

#links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display: block;
	/*float: left;*/
	padding: 15px;
}
	#links A {
		color:#898b8e;
		text-decoration:none;
	}
	#links A:hover {
		color: #58595b;
		text-decoration:none;
	}
	#links ul {
		margin:0;
		padding:0;
		list-style:none;
	}		
		#links ul li {
			display: block;
			float: left;
			width: 189px;
			margin: 0;
			padding:2px;
			list-style:none;
		}
	
	#links ul li.on a,
	#links ul li.on a:hover,
	#links ul li.on a:active{
		font-weight:bold;
		color:#58595b;
		text-transform:uppercase;
	}
	
	
	/*#links ul li.lev1{
		padding-bottom:15px;
		font-weight:bold;
		color:#58595b;
		text-transform:uppercase;
	}*/


.biglinks {
	border-bottom: 1px solid #c9c9c9;
}
	.biglinks .item.first {
		background-image: url(/img/gradientDown.png);
		background-repeat: repeat-x;
		background-position: top;
		width: 252px;
		padding-top: 15px;
	}
	
	.biglinks .item.last {
		background-image: url(/img/gradientUp.png);
		background-repeat: repeat-x;
		background-position: bottom;
		width: 252px;
		padding-bottom: 15px;
	}
	
	.biglinks .item {
	width: 252px;
	height: 85px;
	}
		.biglinks .item h3 {
			padding-bottom: 0px;
			padding-top: 0px;
			margin-bottom: 0px;
			text-transform: uppercase;
			font-weight: bold;
		}
		.biglinks .item p {
			margin-top: 0px;
			color: #009df7;
		}
		.biglinks .item a {
			color: #009df7;
			text-decoration: none;
		}
			.biglinks .item a:hover {
				text-decoration: underline;
			}
.smalllinks {
}
	.smalllinks .facebook {
	}
	.smalllinks .unicef {
	}
	

/* ----- Margin Menu ----- */

#menuheader {
	/*margin-left: 20px;*/
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#58595b;
	padding-bottom:15px;
	padding-top:15px;
	padding-right:0px;
	text-transform:uppercase;
}


#menuheader a,
#menuheader a:hover,
#menuheader a:active{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#58595b;
	text-transform:uppercase;
}



.menuMargin {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}

	.menuMargin ul {
	list-style-type: none;
	margin: 0;
	padding: 0;;
	}
	.menuMargin li {
		display: block;
	}
	.menuMargin li.sel {
		display: block;
		margin-left:-10px;
	}	
		
	.menuMargin li a {
		display: block;
		padding: 3px;
		text-decoration:none;
		color:#898b8e;
		font-weight:normal;
		text-transform:uppercase;
		
	}
	.menuMargin li a:hover,
	.menuMargin li a:active{
		color: #f7941d;
		font-weight:bold;
		text-transform:uppercase;
	}

	
		.menuMargin li.sel a,
		.menuMargin li.sel a:hover,
		.menuMargin li.sel a:active{
			color: #f7941d;
			font-weight:bold;
			text-transform:uppercase;
		}

	.menuMargin ul li ul {
		display: none;
	}

#feature {
	float: right;
}
	

.secondarybiglinks {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 3px;
	margin-top: 3px;
}

            .secondarybiglinks .item {

                        background-image: url(/img/gradientDown.png);

                        background-repeat: repeat-x;

                        background-position: top;

                        padding-top: 15px;

                        padding-left: 15px;

                        padding-bottom: 5px;

            }

                        .secondarybiglinks .item h3 {

                                    padding-bottom: 0px;

                                    margin-bottom: 0px;

                                    text-transform: uppercase;

                                    font-weight: bold;

                        }

                        .secondarybiglinks .item p {

                                    margin-top: 0px;

                                    color: #009df7;

                        }

                        .secondarybiglinks .item a {

                                    color: #009df7;

                                    text-decoration: none;

                        }

                                    .secondarybiglinks .item a:hover {

                                                text-decoration: underline;

                                    }

	
	
	
	#blueFeatureBig {

            width: 236px;

            background-color: #0599f1;

            color: #ffffff;

            padding: 8px 8px 8px 8px;

            height: 115px;

            }

            #blueFeatureBig a {

                        color: #ffffff;

                        text-decoration:none;

            }

#blueFeatureSmall {

            width: 252px;

            background-color: #0599f1;

            color: #ffffff;

            padding: 8px 8px 8px 8px;

            height: 92px;

}

#whiteFeatureBig {

            width: 234px;

            background-color: #ffffff;

            color: #0599f1;

            padding: 8px 8px 8px 8px;

            height: 47px;

            border: 1px #0599f1 solid;

}

            #whiteFeatureBig a {

                        color: #0599f1;

                        text-decoration: none;

            }

#whiteFeatureSmall {

            width: 252px;

            background-color: #ffffff;

            color: #0599f1;

            padding: 8px 8px 8px 8px;

            height: 92px;

}

 

#featureBox {

            width: 252px;

            height: 92px;

            overflow: hidden;

            background-color: #0599f1;

}

            #featureBox .blue {

                        background-color: #0599f1;

                        color: #ffffff;

                        padding: 8px 8px 8px 8px;

                        /*xheight: 76px;*/
						
						height: 76px;

            }

                        #featureBox .blue a {

                                    color: #ffffff;

                                    text-decoration:none;

                        }

            #featureBox .white {

            background-color: #ffffff;

            color: #0599f1;

            padding: 8px 8px 8px 8px;

            height: inherit;

            }

                        #featureBox .white a {

                                    color: #ffffff;

                                    text-decoration:none;

                        }

#linkBox {

            width: 252px;

            height: 23px;

}

            #linkBox .blue {

                        background-color: #0599f1;

                        color: #ffffff;

                        font-weight: bold;

                        padding: 4px 8px 4px 8px;

                        height: 15px;

                        text-transform: uppercase;

                        /*xborder: 1px #ffffff solid;*/
						border: 1px #ffffff solid;

                        background-image: url(../img/action_arrow.gif);

                        background-position: right center;

                        background-repeat: no-repeat;

            }

            #linkBox .white {

                        background-color: #ffffff;

                        color: #0599f1;

                        font-weight: bold;

                        padding: 4px 8px 4px 8px;

                        height: 15px;

                        text-transform: uppercase;

                        border: 1px #0599f1 solid;

                        background-image: url(/img/action2_arrow.gif);

                        background-position: right center;

                        background-repeat: no-repeat;

            }
			
			#linkBox .blue a {
color:#FFFFFF;
display:block;
text-decoration:none;
}



#smalllinks {
float:left;
margin-bottom:15px;
margin-left:17px;
margin-top:15px;
width:190px;
}

#smalllinks .facebook {
padding:0;
}

#smalllinks .facebook .right {
border-bottom:1px solid #C9C9C9;
border-top:1px solid #C9C9C9;
color:#217CC4;
float:right;
font-size:0.8em;
font-weight:bold;
padding-bottom:4px;
padding-top:4px;
text-transform:uppercase;
width:160px;
margin-top:0px;
}

#smalllinks .facebook .left {
float:left;
padding-top:4px;
width:25px;
margin-top:0px;
}

#smalllinks .myspace {
padding: 4px 0 0;
}

#smalllinks .myspace .left {
float:left;
padding-top:4px;
width:25px;
margin-top:0px;
}

#smalllinks .myspace .right {
border-bottom:1px solid #C9C9C9;
color:#217CC4;
float:right;
font-size:0.8em;
font-weight:bold;
padding-bottom:4px;
text-transform:uppercase;
width:160px;
margin-top:0px;
}