#menuFooter {
	/*width:950px !important;*/
	width:730px;
	font-weight:bold;
	height:21px;
}
#menuFooter ul{
	list-style-type: none;
	padding:0;
}

/*Top level list items*/
#menuFooter ul li{
	position: relative;
	display: block;
	float: right;
}

/*Top level menu link items style*/
#menuFooter ul li.end a{
	display: block;
	/*background-color: #200302; /*background of tabs (default state)*/
	color: #ffffff;
	padding: 0 0 6px 30px !important;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #f0f0ee;
	/*border-right: 1px solid #778;*/
	/*color: #2d2b2b;*/
	text-decoration: none;
}

#menuFooter ul li.all a{
	display: block;
	/*background-color: #200302; /*background of tabs (default state)*/
	color: #ffffff;
	padding:0 0 6px 32px !important;
	padding: 0 32px 6px 0;
	border-bottom: 1px solid #f0f0ee;
	/*border-right: 1px solid #778;*/
	/*color: #2d2b2b;*/
	text-decoration: none;
}

#menuFooter ul li.init a{
	display: block;
	/*background-color: #200302; /*background of tabs (default state)*/
	color: #ffffff;
	padding:0 0 6px 0 !important;
	padding: 0 14px 6px 0;
	border-bottom: 1px solid #f0f0ee;
	/*border-right: 1px solid #778;*/
	/*color: #2d2b2b;*/
	text-decoration: none;
}

#menuFooter ul li a:link, #menuFooter ul li a:visited{
	color: #fff;
}

#menuFooter ul li a:hover{
/*background: black; /*tab link background during hover state*/
	color: #fef195;
}
	


