@charset "utf-8";
/* CSS Document */

#menu{
	 font-size:14px;
	 text-align:center;
	 margin-left:45px;
	 height:60px;
}

#menu ul{
	width:980px;
	margin-left:auto;
	margin-right:auto;
} 

#menu li{
	float:left;
	display:block;
}






#home{
	width:143px;
	height:48px;
	background-image:url(../img/menu-home.gif);
}
#home p{
	padding:12px 0 0 0px
}







#introduction{
	width:137px;
	height:48px;
	background-image:url(../img/menu-introduction.gif)
}
#introduction p{
	padding:12px 0 0 0px
}








#examples{
	width:134px;
	height:48px;
	background-image:url(../img/menu-examples.gif)
}
#examples p{
	padding:12px 0 0 0px
}








#download{
	width:136px;
	height:48px;
	background-image:url(../img/menu-download.gif)
}
#download p{
	padding:12px 0 0 0px
}







#purchase{
	width:128px;
	height:48px;
	background-image:url(../img/menu-purchase.gif)
}
#purchase p{
	padding:12px 0 0 0px
}








#support{
	width:119px;
	height:48px;
	background-image:url(../img/menu-support.gif)
}
#support p{
	padding:12px 0 0 0px
}







#contact_us{
	width:143px;
	height:48px;
	background-image:url(../img/menu-contact-us.gif)
}
#contact_us p{
	padding:12px 0 0 0px
}