@charset "utf-8";
/* CSS Document */

/**************************************************************
Image Menu
**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	float: left;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.renewable a {
	background-attachment: scroll;
	background-image: url(images/maincontent/maincontentfront/imagemenu/renewable.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.ncpp a {
	background-attachment: scroll;
	background-image: url(images/maincontent/maincontentfront/imagemenu/ncpp.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.news a {
	background-attachment: scroll;
	background-image: url(images/maincontent/maincontentfront/imagemenu/news.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.energy a {
	background-attachment: scroll;
	background-image: url(images/maincontent/maincontentfront/imagemenu/energy.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.storm a {
	width: 310px;
	background-attachment: scroll;
	background-image: url(images/maincontent/maincontentfront/imagemenu/storm.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
