	/* CSS Document */

/* CSS Document */

/* ******************
Pretzel Logic Pty Ltd 
Document created by: Ramanjeet Kaur 
Document created on: 7/12/06
Modified on: by: 
******************** */
#mainnav {
	BORDER: #fff 0px solid;
	Z-INDEX: 2;
	POSITION: relative;
	BACKGROUND-COLOR: #80c4da;
	HEIGHT: 30px;
	*HEIGHT: 23px; /* for IE*/
	width:760px;
	margin-top:5px;
}


 /*----------------- different divs to draw different menu---------------------*/

#menu1{
width:50px;	
height:18px;
margin-left:20px;
position:relative;
background:url(../includes/images/nav_Home_ovr.gif) no-repeat top left; 
cursor:pointer;
}



body#default #menu1
{
width:50px;
height:18px;
margin-left:20px;
position:relative;
background:url(../includes/images/nav_Home_ovr-over.gif)   no-repeat top left; 
cursor:pointer;
}

#menu2{
	width:130px;
	height:18px;
	position:absolute;
	left: 85px;
	top: 1px;
background: url(../includes/images/nav_A-Z_ovr.gif) no-repeat top left; 
	cursor:pointer;
}

body#eventideas #menu2{
	width:130px;
	height:18px;
	position:absolute;
	left: 85px;
	top: 1px;
background:url(../includes/images/nav_A-Z_ovr-over.gif)  no-repeat top left; 
	cursor:pointer;
}



#menu3{
	width:70px;
	height:18px;
	left:200px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_Register.gif)  no-repeat top left;
	cursor:pointer;
}

body#register #menu3{
	width:70px;
	height:18px;
	left:200px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_Register_ovr-over.gif)  no-repeat top left;
	cursor:pointer;
}


#menu4{
	width:120px;
	height:18px;
	left:270px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_events_ovr.gif)  no-repeat top left;
	cursor:pointer;
}

body#events #menu4{
	width:120px;
	height:18px;
	left:270px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_events_ovr-over.gif)  no-repeat top left;
	cursor:pointer;
}


#menu5{
	width:120px;
	height:18px;
	left:395px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_campaign_ovr.gif)  no-repeat top left;
	cursor:pointer;
}

body#viewCampaign #menu5{
	width:120px;
	height:18px;
	left:395px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_campaign_ovr-over.gif)  no-repeat top left;
	cursor:pointer;
}



#menu6{
	width:140px;
	height:18px;
	left:525px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_donate_ovr.gif) no-repeat top left;
	cursor:pointer;
}

body#donation #menu6{
	width:140px;
	height:18px;
	left:525px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_donate_ovr-over.gif) no-repeat top left;
	cursor:pointer;
}


#menu7{
	width:85px;
	height:18px;
	left:670px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_contact_ovr.gif) no-repeat top left;
	cursor:pointer;
}

body#contactUs #menu7{
	width:85px;
	height:18px;
	left:670px;
	position:absolute;
	top:1px;
	background:url(../includes/images/nav_contact_ovr-over.gif) no-repeat top left;
	cursor:pointer;
}