﻿#myMomaTabs 
{
    display: block;
    float: left;
	width: auto;
	height: 31px;
	border-bottom: 1px solid #d8d8d8;
	margin-top: 30px;
	margin-bottom: 16px;
	padding-left: 20px;
	background-image: url(../Images/Tabs/bgtab.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#myMomaTabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#myMomaTabs ul li {
	float: left;
	height: 31px;
	width: auto;
	margin: 0px 3px -1px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#myMomaTabs li a {

}





#myMomaTabs li.step1 a {
	display: block;
	height: 31px; width: 122px;
	margin: 0px; padding: 0px;
	font-size: 9px;
	text-indent: -2000px;
	background-image: url(../Images/Tabs/tab-step1.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#myMomaTabs li.step2 a {
	display: block;
	height: 31px; width: 122px;
	margin: 0px; padding: 0px;
	font-size: 9px;
	text-indent: -2000px;
	background-image: url(../Images/Tabs/tab-step2.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#myMomaTabs li.step3 a {
	display: block;
	height: 31px; width: 122px;
	margin: 0px; padding: 0px;
	font-size: 9px;
	text-indent: -2000px;
	background-image: url(../Images/Tabs/tab-step3.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#myMomaTabs li.step4 a {
	display: block;
	height: 31px; width: 122px;
	margin: 0px; padding: 0px;
	font-size: 9px;
	text-indent: -2000px;
	background-image: url(../Images/Tabs/tab-step4.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#myMomaTabs li.step5 a {
	display: block;
	height: 31px; width: 122px;
	margin: 0px; padding: 0px;
	font-size: 9px;
	text-indent: -2000px;
	background-image: url(../Images/Tabs/tab-step5.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}




#myMomaTabs li a.active {
	background-position: 0px 0px;
	border-bottom: 1px solid #ffffff;
}

#myMomaTabs li a.inactive {
	background-position: 0px -62px;
	border-bottom: 1px solid #d8d8d8;
}

#myMomaTabs li a.inactive:hover {
	background-position: 0px -31px;
}

.clearall {

	clear: both;

}
