.horbar, .verbar	{
	color: #FF9900;
	width: 155px;
	padding-left: 5px;
}

.horbaritem, item, .horbaritemActive	{
	white-space: nowrap;
	font-family: sans-serif;
	text-transform: uppercase;
}

.horbaritem a, .horbaritem a:link, .horbaritem a:visited {
	padding-right: 10px;
	display: block;
	text-decoration: none;
}

.horbaritemActive a, .horbaritemActive a:link, .horbaritemActive a:visited {
	padding-right: 10px;
	display: block;
	text-decoration: none;
	color: #999999;
}

item a, item a:link, item a:visited {
	padding-right: 10px;
	display: block;
	text-decoration: none;
}

.horbaritem a:hover, item a:hover, horbaritemActive a:hover, itemActive a:hover {
	padding-right: 10px;
	color: #F78C3B;
	text-decoration: none;
}


.submenu	{
	position: absolute;
	left: 0;
	top: 10;
	padding-top: 0px;
	margin-top: 0px;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FF9900;
}

.item {
	text-align: left;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 11px;
	text-indent: 10px;
	border-bottom-color: #FFB51A;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.item a, .item a:link, .item a:visited, .item a:active 	{
	color: black;
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 150%;
	height: 22px;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-weight: bold;
}

.item a:hover	{
	color: White;
	background-color: #F78C3B;
	text-decoration: none;
	line-height: 150%;
	font-size: 11px;	
	padding-top: 3px;
	padding-bottom: 2px;
	font-weight: bold;
}

.subitem {
	text-align: left;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 11px;
	text-indent: 10px;
	border-bottom-color: #FFB51A;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}


.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

.separator	{
	background-color: #ff9900;
	border-top: 0px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	margin: 0px 0px 1px 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 1;
}

