#altnavholder {
	background-color: #FFFFFF;
	padding: 5px;
	/*width:780px;*/
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	color: #333333;
	z-index: 1;
}
#altnavdiv {
	z-index: 1;
	position:relative;
}
.menuBar {
	background-color: #333333;
	padding: 2px 4px;
	border: 2px solid #333333;
}

.menuPad {
	background-color: #333333;
	border: 2px solid;
	padding: 2px 2px 6px;
}

.menuItem {
	background-color: #666666;
	color: #000000;
	cursor: default;
	font-weight: bold;
	padding: 2px 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
.menuItemOn {
	background-color: #CCCCCC;
	color: #000000;
	cursor: default;
	font-weight: bold;
	padding: 2px 10px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
}
.menuItemDown {
	color: #000000;
	cursor: default;
	font-weight: bold;
	padding: 2px 10px;
	/* margin-top:1px; */
	/* margin-left:1px; */
	background-color: #CCCCCC;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
}

.menuItemSub {
	color: #000000;
	cursor: default;
	padding: 2px 10px;
	border: 1px solid #660000;
	background-color: #330000;
	font-weight: bold;
}

.holderSpace {
	font-weight: normal;
	padding: 1px 6px;
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.menuFont {
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.menuFontOff {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #CCCCCC;
}
.menuFontOn {
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.menuFontOffBold {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
	letter-spacing: .15em;
}
.menuFontOnBold {
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
    text-transform: uppercase;
	color: #660000;
	font-weight: bold;
	letter-spacing: .15em;
}
.menuInfo { padding: 2px 6px 6px; }

.tagOff { width:9px; height:12px; float:right; background:url("tagRN.gif") no-repeat bottom; }
.tagOn { width:9px; height:12px; float:right; background:url("tagRH.gif") no-repeat bottom; }

.separatorT { background-color:#333333; height:1px; margin-top:3px; }
.separatorB { background-color:#CCCCCC; height:1px; margin-bottom:3px; }
