#mainMenuConsumer{
	width:172px;
	font-size:12px;
	margin:0px;
	padding:0px;
    background:transparent url(/images/navbackground.gif) no-repeat scroll 0 0;
}
#mainMenuConsumer li {
	width:172px;
	height:auto;
	list-style-type:none;
	font-size:12px;
	margin:0px;
	padding:0px;
    display:block;
}
#mainMenuConsumer li.first a.first {
	background-image:url(/images/home-default.gif);
	background-repeat:no-repeat;
    background-position:top left;
    display:block;
    margin:0px;
	padding:3px 0 0 5px;
    width:167px;
	height:22px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#mainMenuConsumer li.first a.active, #mainMenuConsumer li.first a.first:hover {
    background-image:url(/images/home-active.gif);
}

#mainMenuConsumer li.first a.first:hover {
	background-image:url(/images/home-active.gif);
	background-repeat:no-repeat;
    background-position:top left;
    display:block;
    margin:0px;
	padding:3px 0 0 5px;
    width:167px;
	height:22px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
    text-align:left;
}
#mainMenuConsumer li.first a.active {
	background:url(/images/home-active.gif) no-repeat top left !important;
    display:block;
    margin:0px;
	padding:3px 0 0 5px;
    width:167px;
	height:22px;
	color:#FFF !important;
	text-decoration:none;
	font-weight:bold;
    text-align:left;
}

#mainMenuConsumer li a {
	background-repeat:no-repeat;
    background-position:top left;
    display:block;
    margin:0px;
	padding:3px 0 0 5px;
    width:167px;
	height:22px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
    text-align:left;
}

#mainMenuConsumer li.active a.active, #mainMenuConsumer li a:hover {
	background-image:url(/images/active-nav.gif);
	background-repeat:no-repeat;
    background-position:top left;
    display:block;
    margin:0px;
	padding:3px 0 0 5px;
    width:167px;
	height:22px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
    text-align:left;
}


#mainMenuConsumer li.active a.faq {
	background-image:url(/images/default-nav.gif) !important;
	background-repeat:no-repeat;
    background-position:top left;
    display:block;
    margin:0px;
	padding:3px 0 0 5px;
    width:167px;
	height:22px;
	color:#FFF !important;
	text-decoration:none;
	font-weight:bold;
}

