/*	CICAS CURACAO website stylesheet 	*/
/*	This contains only the website structure definitions  */
/*	Designed and maintained by H. Wittermans from P A K A Internet Services / PAKA  */
/*  Date: 2009-06  */

/* /////// HOME PAGE  //////////*/
/*  == home page ==  */
#homepage {													      /*    */
  width: 1110px;
	height: 460px;
	max-height: 55px;
	padding: 0;
	margin: auto;
}
#homepage ul {  												 /*  FOOTER list  */
	width: 1110px;
	position: relative;
	color: white;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#homepage a span, #homepage span {			 /*  hide the text in the menu URL  */
	text-decoration: none;
	visibility: hidden;
}
#homepage a:hover {			 /*  hide the text in the menu URL  */
	color: white;
}

/*  Menu item "tab0"  (3a)  */
#homepage ul li#tab0 {
	width: 440px;
	height: 230px;
	position: absolute;
	left: 333px;
	top: 43px;
	background: url('../../cmsimages/menu_home/chicas_curacao_logo.png') 0 0 no-repeat;
}
#homepage ul li#tab0 a {												/*  this is the original link image  */
	display: block;
	text-decoration: none;
	width: 440px;
	height: 225px;
}
#homepage ul li#tab0:hover, #homepage ul li#tab0.selected {		/* on hover or when selected */
	background: url('../../cmsimages/menu_home/chicas_curacao_logo.png') 0px 0px no-repeat;
}
/*  Menu item "tab1"  (3a)  */
#homepage ul li#tab1 {
	width: 362px;
	height: 134px;
	position: absolute;
	left: 63px;
	top: 0px;
	background: url('../../cmsimages/menu_home/chicas_curacao_home_news_next_casting.png') 0 0 no-repeat;
}
#homepage ul li#tab1 a {												/*  this is the original link image  */
	display: block;
	text-decoration: none;
	width: 362px;
	height: 134px;
}
#homepage ul li#tab1:hover, #homepage ul li#tab1.selected {		/* on hover or when selected */
	background: url('../../cmsimages/menu_home/chicas_curacao_home_news_next_casting.png') 0px -134px no-repeat;
}
/*  Menu item "tab2"    */
#homepage ul li#tab2 {
	width: 440px;
	height: 60px;
	position: absolute;
	left:76px;
	top: 281px;
	background: url('../../cmsimages/menu_home/chicas_curacao_home_photo_productions.png') 0 0 no-repeat;
}
#homepage ul li#tab2 a {												/*  this is the original link image  */
	display: block;
	text-decoration: none;
	width: 440px;
	height: 60px;
}
#homepage ul li#tab2:hover, #homepage ul li#tab2.selected {		/* on hover or when selected */
	background: url('../../cmsimages/menu_home/chicas_curacao_home_photo_productions.png') 0px -60px no-repeat;
}
/*  Menu item "tab3"  (3a)  */
#homepage ul li#tab3 {
	width: 440px;
	height: 60px;
	position: absolute;
	left: 622px;
	top: 281px;
	background: url('../../cmsimages/menu_home/chicas_curacao_home_casting_agency.png') 0 0 no-repeat;
}
#homepage ul li#tab3 a {												/*  this is the original link image  */
	display: block;
	text-decoration: none;
	width: 440px;
	height: 60px;
}
#homepage ul li#tab3:hover, #homepage ul li#tab3.selected {		/* on hover or when selected */
	background: url('../../cmsimages/menu_home/chicas_curacao_home_casting_agency.png') 0px -60px no-repeat;
}
