/*---------------------------------*/ 
/*--Menu---------------------------*/ 	
	
#menu{
	position:absolute;
	top:64px;
	right:130px;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:37px;
	width:458px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li a span{
	display:none;
}

#menu ul li a{
	display:block;
	width:100%;
	height:100%;
}

#menu li {
	float: left;
	position: relative;
	text-align:center;
	cursor: default;
	font-size:8px;
	font-weight:bold;
	text-transform:lowercase;
}


#menu-home{width:62px; height:37px; background:url("images/layout/menu/home.jpg") no-repeat;}
#menu-aboutus{width:85px; height:37px; background:url("images/layout/menu/aboutus.jpg") no-repeat;}
#menu-programs{width:90px; height:37px; background:url("images/layout/menu/programs.jpg") no-repeat;}
#menu-members{width:124px; height:37px; background:url("images/layout/menu/members.jpg") no-repeat;}
#menu-contactus{width:97px; height:37px; background:url("images/layout/menu/contactus.jpg") no-repeat;}