@import url("layout/3d.css");

.zpMenu {
	
	
}



.zpMenu a,.zpMenu a:hover,
.zpMenu .zpMenu-label {
	color: WHITE;
	font-weight: normal;
	WIDTH:130PX;
	height:30px;
	text-decoration:none;
	text-align:center;
}

/* All selected items bold */
.zpMenu .zpMenu-item-selected .zpMenu-label,
.zpMenu .zpMenu-item-selected a {
	color:WHITE;
		text-decoration:none;
	text-align:center;	

	
}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	margin-top:0px;
	padding-top: 0px;
	background:   #f16276;
	border-bottom: 0px solid yellow;
	padding:0px;
	color: white;
	text-align:center;
	width:130px;
	
		text-decoration:none;
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu-item-selected,
.zpMenu .zpMenu .zpMenu-item-selected {
		text-decoration:none;
				color:white;
				text-align:center;
}

.zpMenu .zpMenu .zpMenu-item-selected {
	background-color:#f6915b;
		text-decoration:none;
		color:white;
	text-align:center;	
}

.zpMenu .zpMenu-item
{
width:130px;
border:0px solid yellow;
text-align:center;
}



/* The arrow that shows up when there's a sub-menu */
.zpMenu .zpMenu .zpMenu-item-collapsed .zpMenu-label{
	background: url("contrast_blue/arrow.gif")  no-repeat 0 50%; 
	background-position:right;
}

/* The arrow that shows up when there's a sub-menu and the item is hovered*/
.zpMenu .zpMenu .zpMenu-item-expanded .zpMenu-label{
	background: url("contrast_blue/arrow.gif")  no-repeat 0 50%; 
	background-position:right;
}

.ilim0
{
width:130px;

	background: url("contrast_blue/button_home.jpg")  no-repeat 0 0%; 
}
.ilim0:hover
{
width:130px;

	background: url("contrast_blue/button_home1.jpg")  no-repeat 0 0%; 
}

.ilim1
{
width:130px;

	background: url("contrast_blue/button_about.jpg")  no-repeat 0 0%; 
}
.ilim1:hover
{
width:130px;

	background: url("contrast_blue/button_about1.jpg")  no-repeat 0 0%; 
}

.ilim2
{
width:130px;

	background: url("contrast_blue/button_stories.jpg")  no-repeat 0 0%; 
}
.ilim2:hover
{
width:130px;

	background: url("contrast_blue/button_stories1.jpg")  no-repeat 0 0%; 
}

.ilim3
{
width:130px;

	background: url("contrast_blue/button_sponsors.jpg")  no-repeat 0 0%; 
}
.ilim3:hover
{
width:130px;

	background: url("contrast_blue/button_sponsors1.jpg")  no-repeat 0 0%; 
}


.ilim4
{
width:130px;

	background: url("contrast_blue/button_resources.jpg")  no-repeat 0 0%; 
}
.ilim4:hover
{
width:130px;

	background: url("contrast_blue/button_resources1.jpg")  no-repeat 0 0%; 
}


.ilim5
{
width:130px;

	background: url("contrast_blue/button_help.jpg")  no-repeat 0 0%; 
}
.ilim5:hover
{
width:130px;

	background: url("contrast_blue/button_help1.jpg")  no-repeat 0 0%; 
}







