body {
	margin: 0;
	padding: 0;
	font-family:Arial,Tahoma,Verdana,Helvetica;
	font-size:12px;
	color:#ffffff;
	background:url('images/bg.gif');
}
#mainContainer{
	margin-top:150px;
}
#iconmenu {
	position: relative;
	margin: 0px auto;
	padding: 3px;
	width:535px;
	height:72px;
	background: url(pattern.gif);
}
#iconmenu li {
	width: 107px;
	height: 36px;
	position: absolute;
	top: 2px;
	background: url(images/menu.gif) 0 0 no-repeat;
	display: block;
	list-style: none;
}
#iconmenu a {
	width: 107px;
	height: 36px;
	display: block;}
#iconmenu a:hover{}
#iconmenu #panel1c {left: 0px; background-position: -10px 0;}
#iconmenu #panel2c {left: 110px; background-position: -105px 0;}
#iconmenu #panel3c {left: 220px; background-position: -210px 0;}
#iconmenu #panel4c {left: 320px; background-position: -310px 0;}
#iconmenu #panel5c {left: 428px; background-position: -418px 0;}

#iconmenu #panel1c a:hover {background: url(images/menu.gif) 0px -50px no-repeat;}
#iconmenu #panel2c a:hover {background: url(images/menu.gif) -105px -50px no-repeat;}
#iconmenu #panel3c a:hover {background: url(images/menu.gif) -210px -50px no-repeat;}
#iconmenu #panel4c a:hover {background: url(images/menu.gif) -310px -50px no-repeat;}
#iconmenu #panel5c a:hover {background: url(images/menu.gif) -418px -50px no-repeat;}

#iconmenu #panel1c.active {background: url(images/menu.gif) 0px -50px no-repeat;}
#iconmenu #panel2c.active {background: url(images/menu.gif) -105px -50px no-repeat;}
#iconmenu #panel3c.active {background: url(images/menu.gif) -210px -50px no-repeat;}
#iconmenu #panel4c.active {background: url(images/menu.gif) -310px -50px no-repeat;}
#iconmenu #panel5c.active {background: url(images/menu.gif) -418px -50px no-repeat;}