#BottomMenuBarContainer {
	width: 100%;
	background-color: #006699;
	background-image: url(/library/tbrClassicDenim/BottomMenuBar/background.gif);
	background-repeat: repeat-x;
	white-space: no-wrap;
}

#btnBottomMenuBar {
	height: 28px;
}

#btnBottomMenuBarDiv {
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
	width: 150;
	white-space: no-wrap;
}

.btnBottomMenuBarOff {
	background-image: url(/library/tbrClassicDenim/BottomMenuBar/off.gif);
	background-repeat: repeat-x;
	height: 28px;
	white-space: no-wrap;
}

.btnBottomMenuBarOn {
	background-image: url(/library/tbrClassicDenim/BottomMenuBar/on.gif);
	background-repeat: repeat-x;
	height: 28px;
	white-space: no-wrap;
}

.btnBottomMenuBarText:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	white-space: no-wrap;
}


.btnBottomMenuBarText:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	white-space: no-wrap;
}


.btnBottomMenuBarText:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	white-space: no-wrap;
}


.btnBottomMenuBarText:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	white-space: no-wrap;
}


.BottomFirstButtonOff {
	background-image: url(/library/tbrClassicDenim/BottomMenuBar/off-first.gif);
	background-repeat: repeat-x;
	height: 28px;
	white-space: no-wrap;
}

.BottomFirstButtonOn {
	background-image: url(/library/tbrClassicDenim/BottomMenuBar/on-first.gif);
	background-repeat: repeat-x;
	height: 28px;
	white-space: no-wrap;
}

#tdBottomButtonBarPoweredBy {
	color: white;
	font-size: 9px;
	font-weight: bold;
	padding-right: 10px;
}

#lnkBottomButtonBarPoweredBy {
	color: white;
	font-size: 9px;
	font-weight: bold;
}


