/* home page style */

#sectionHome{
	position:				absolute;
	top:					50%;
	left:					50%;
	margin-left: 			-360px;
	margin-top: 			-300px;
	width:					720px;
	height:					600px;
	background:        		url(../images/home/HomeLogo.png);
	background-repeat: 		no-repeat;
	background-position:	1px 246px;
	background-color:		#FFFFFF;	
}


#sectionMenu{
	background:        	url(../images/home/HomeMenu.png);
	background-repeat: 	no-repeat;
	position:			relative;
	left:				300px;
	width:				600px;
	height:				600px;
}

.homeMenuItem{
	background:        	url(../images/home/HomeDot.png);
	background-repeat: 	no-repeat;
	position:			relative;	
	width:				145px;
	height:				25px;
	padding-left:		25px;
}

.homeMenuData  {
	filter:            	alpha(opacity=55);
	opacity:           	0.55;
}
.homeMenuData:hover {
	filter:            alpha(opacity=100);
	opacity:           1.0;
}


#menuItem1{		left:	 64px;	top:	 70px;}
#menuItem2{		left:	101px;	top:	110px;}
#menuItem3{		left:	120px;	top:	150px;}

#menuItem4{		left:	120px;	top:	262px;}
#menuItem5{		left:	101px;	top:	302px;}
#menuItem6{		left:	 64px;	top:	342px;}

#menuData1{		background:		url(../images/home/HomeTextResearch.png);}
#menuData2{		background:		url(../images/home/HomeTextVideos.png);}
#menuData3{		background:		url(../images/home/HomeTextPhotos.png);}

#menuData4{		background:		url(../images/home/HomeTextMusic.png);}
#menuData5{		background:		url(../images/home/HomeTextAbout.png);}
#menuData6{		background:		url(../images/home/HomeTextLinks.png);}
