
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
      position; absolute;
      left: 20px;
 	width: 800px;
	height: 232px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 232px;
	width: 800px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display: block;
	overflow:hidden;
	width:110px;
	height: 232px;
}

#imageMenu ul li.videos a {
	background: url(images/videos.jpg) repeat scroll 0%;
}

#imageMenu ul li.tutorials a {
	background: url(images/tutorials.jpg) repeat scroll 0%;
}

#imageMenu ul li.toolbox a {
	background: url(images/toolbox.jpg) repeat scroll 0%;
}

#imageMenu ul li.stats a {
	background: url(images/egovtstats.jpg) repeat scroll 0%;
}

#imageMenu ul li.faqs a {
	background: url(images/faqs.jpg) repeat scroll 0%;
}

#imageMenu ul li.blogs a {
	background: url(images/blogs.jpg) repeat scroll 0%;
}

#imageMenu ul li.resources a {
	background: url(images/egovresources.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

#ajaxContent {
	border:0px solid #797979;
	padding:20px;
}

/*************************************************************/


