@CHARSET "ISO-8859-1";

#navigation * {
	font-weight: bold;
}

#navigation {
	padding-bottom: 5px;
}

#navigation div.collapse div {
	display: none;
}

#navigation div div div.open {
	background-image: url( ../images/fleur.gif );
	background-position: 0px 2px;
}

#navigation div div div div.open {
	background-image: url( ../images/fleurB.gif );
	background-position: 0px 2px;
}

#navigation div.MembersS { background-image: url( ../images/membersTabS.gif ); }
#navigation div.MembersU {	background-image: url( ../images/membersTabU.gif ); }
#navigation div.ConsumerCenterS {	background-image: url( ../images/guestsTabS.gif ); }
#navigation div.ConsumerCenterU {	background-image: url( ../images/guestsTabU.gif ); }

#navigation div.MembersS,
#navigation div.ConsumerCenterS,
#navigation div.MembersU,
#navigation div.ConsumerCenterU {
	background-repeat: no-repeat;
}

#navigation div.ConsumerCenterS,
#navigation div.ConsumerCenterU {
	text-align: right;
	background-position: 100% 0%;
}

#navigation div.ConsumerCenterS div,
#navigation div.ConsumerCenterU div {
	text-align: left;
}

#navigation div.MembersU,
#navigation div.ConsumerCenterU {
	position: absolute;
	top: 134px;
	width: 122px;
}

#navigation div.ConsumerCenterU {
	left: 139px;
}

/* Holly Hack, only IE will see this \*/
* html #navigation div.MembersU,
* html #navigation div.ConsumerCenterU {
	width: 50%;
}
/* End Holly hack */

#navigation div.MembersU div,
#navigation div.ConsumerCenterU div {
	display: none;
}
/*
#navigation div.MembersU a,
#navigation div.ConsumerCenterU a,
#navigation div.MembersS a,
#navigation div.ConsumerCenterS a {
	width: 243px;
	height: 34px;
}

#navigation div.MembersU div a,
#navigation div.ConsumerCenterU div a,
#navigation div.MembersS div a,
#navigation div.ConsumerCenterS div a {
	width: auto;
	height: auto;
}
*/
#navigation div div {
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 17px;
	background-image: url( ../images/navItem.gif );
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

/* Holly Hack, only IE will see this \*/
* html #navigation div div {
	width: 100%;
}
/* End Holly hack */

#navigation div div div {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: none;
	margin-top: 5px;
}

#navigation div div div div {
	margin-top: 2px;
}

#navigation div div a {
	color: #62614D;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#navigation div div a:hover {
	color: white;
}

#navigation div div div a {
	color: white;
}

#navigation div div div a:hover {
	color: #CAC795;
}

#navigation div div div div a {
	color: #CAC795;
}

#navigation div div div div a:hover {
	color: white;
}
