/*	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  */





/* /////// TOPMENU TXT ITEMS  //////////*/

/*  ==  (1) top menu text items ==  */

#topmenu_txt {                              /*  (1b) top menu  */

	width: 1110px;

	height: 35px;

	margin: 5px 0px 0px 0px;

}

#topmenu_txt ul {  				 /*  (1b) the menu items list  */

	width: 1110px;

	position: relative;

	color: white;

	list-style-type: none;

	padding: 0;

	margin: 0;

}

#topmenu_txt a span, #topmenu_txt span {		 /*  hide the text in the menu URL  */

	text-decoration: none;

	visibility: hidden;

}



/*  Menu item "tab1"  (3a)  */

#topmenu_txt ul li#tab1 {

	width: 197px;

	height: 35px;

	position: absolute;

	left: 24px;

	background: url('../../cmsimages/bg//chicas_menutxt_locations.png') 0 0 no-repeat;

}

#topmenu_txt ul li#tab1 a {												/*  this is the original link image  */

	display: block;

	text-decoration: none;

	height: 180px;						/*  to increase click-area  */

	width: 197px;

	position: relative;

	top: -150px;

	z-index: 60;

}

#topmenu_txt ul li#tab1:hover, #topmenu_txt ul li#tab1.selected {		/* on hover or when selected */

	background: url('../../cmsimages/bg//chicas_menutxt_locations.png') 0px -35px no-repeat;

}

/*  Menu item "tab2"  (3a)  */

#topmenu_txt ul li#tab2 {

	width: 197px;

	height: 35px;

	position: absolute;

	left: 240px;

	background: url('../../cmsimages/bg//chicas_menutxt_services.png') 0 0 no-repeat;

}

#topmenu_txt ul li#tab2 a {			/*  this is the original link image  */

	display: block;

	text-decoration: none;

	height: 180px;				/*  to increase click-area  */

	width: 197px;

	position: relative;

	top: -150px;

}

#topmenu_txt ul li#tab2:hover, #topmenu_txt ul li#tab2.selected {		/* on hover or when selected */

	background: url('../../cmsimages/bg//chicas_menutxt_services.png') 0px -35px no-repeat;

}

/*  Menu item "tab1"  (3a)  */

#topmenu_txt ul li#tab3 {

	width: 197px;

	height: 35px;

	position: absolute;

	left: 458px;

	background: url('../../cmsimages/bg//chicas_menutxt_about_us.png') 0 0 no-repeat;

}

#topmenu_txt ul li#tab3 a {			/*  this is the original link image  */

	display: block;

	text-decoration: none;

	height: 180px;			/*  to increase click-area  */

	width: 197px;

	position: relative;

	top: -150px;

}

#topmenu_txt ul li#tab3:hover, #topmenu_txt ul li#tab3.selected {		/* on hover or when selected */

	background: url('../../cmsimages/bg//chicas_menutxt_about_us.png') 0px -35px no-repeat;

}

/*  Menu item "tab4"  (3a)  */

#topmenu_txt ul li#tab4 {

	width: 197px;

	height: 35px;

	position: absolute;

	left: 676px;

	background: url('../../cmsimages/bg//chicas_menutxt_our_shoots.png') 0 0 no-repeat;

}

#topmenu_txt ul li#tab4 a {																			/*  this is the original link image  */

	display: block;

	text-decoration: none;

	height: 180px;					/*  to increase click-area  */

	width: 197px;

	position: relative;

	top: -150px;

}

#topmenu_txt ul li#tab4:hover, #topmenu_txt ul li#tab4.selected {		/*  when selected */

	background: url('../../cmsimages/bg//chicas_menutxt_our_shoots.png') 0px -35px no-repeat;

}

/*  Menu item "tab5"  (3a)  */

#topmenu_txt ul li#tab5 {

	width: 197px;

	height: 35px;

	position: absolute;

	left: 890px;

	background: url('../../cmsimages/bg//chicas_menutxt_contact_us.png') 0 0 no-repeat;

}

#topmenu_txt ul li#tab5 a {																			/*  this is the original link image  */

	display: block;

	text-decoration: none;

	height: 180px;				/*  to increase click-area  */

	width: 197px;

	position: relative;

	top: -150px;

}

#topmenu_txt ul li#tab5:hover, #topmenu_txt ul li#tab5.selected {		/* when selected */

	background: url('../../cmsimages/bg//chicas_menutxt_contact_us.png') 0px -35px no-repeat;

}