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

	a {font-family: Georgia, "Times New Roman", Times, serif; color: white; text-decoration: none}
	a:hover {color: #11EEFF; text-decoration: none}
	div.content {font-family: tahoma;  
				 font-size:14px; 
				 color: #CCCCCC;
				 height: 452px;
				 overflow-y:auto;
				 scrollbar-base-color : Gray;
				 scrollbar-darkshadow-color : Black;
				 scrollbar-face-color : Black;
				 scrollbar-3dlight-color : Black;
				 scrollbar-arrow-color : Gray;
				 scrollbar-track-color : Black;
				 scrollbar-shadow-color : Black;
				 scrollbar-highlight-color : Gray
				 }
	ul.sideinfo {font-family: tahoma;
				 font-size:14px;
				 color: #FFFFFF;
				 padding: 0px 0px 0px 0px;
				 margin: 18px 18px 18px 18px;
				 text-align: justify;
				 list-style-type: square;
				 }
				 
				 /**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 310px;
	height: 90px;
	overflow: hidden;
	left: 25px;
	



}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 90px;
	width: 310px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:60px;
	height: 90px;
}

#imageMenu ul li.iks a {
	background: url(images/iks.jpg) repeat scroll 0%;
}

#imageMenu ul li.healthpoint a {
	background: url(images/healthpoint.jpg) repeat scroll 0%;
}

#imageMenu ul li.spiritsup a {
	background: url(images/spiritsup.jpg) repeat scroll 0%;
}

#imageMenu ul li.winendine a {
	background: url(images/winendine.jpg) repeat scroll 0%;
}

#imageMenu ul li.susads a {
	background: url(images/susads.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

/*************************************************************/
