/* footer */

#footermain{
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size-adjust:none;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0;
	padding: 0;
}

#footermain ul{
	margin: 4px 1em 0px 0px;
	padding:12px 0px 0px 0px;
	float: left;
	font-weight: bold;
	width: 100%;
	background-color:#CCC;
	height: 30px;

}

* html #footermain ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#footermain ul li{
	display: inline;
}


#footermain ul li a{
	float: right;
	color: black;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
}

#footermain ul li a:hover{
	color: gray;
}

/* End footer */