.horbar	{
	background: url(../images/divider.gif) no-repeat left;
	color: white;
	padding-left: 1px;
}

.horbarcell {
	background: url(../images/divider.gif) no-repeat right;
	color: #003366;
	text-align: center;
	font: 83%/1.4 arial, helvetica, sans-serif;
	height: 29px;
}

.horbarcell-selected {
	background-color: #003366;
	color: #ffffff;
	text-align: center;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.horbaritem, .horbaritem-selected	{
	position: relative;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 29px;
}

.horbaritem a, .horbaritem-selected a	{
	display: block;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	height: 24px;
	padding: 0 12px 0 12px;
	width: auto; 
	text-align: center;
}

.horbaritem a:link, .horbaritem a:visited, .horbaritem a:active	{
	color: #006699;
	text-decoration: none;
	line-height: 24px;
}

.horbaritem-selected a:link, .horbaritem-selected a:visited, .horbaritem-selected a:active	{
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}

.horbaritem a:hover, .horbaritem-selected a:hover	{
	/*color: #ffffff;
	background-color: #409BD9;*/
	text-decoration: none;
	height: 24px;
}

.horbaritem .fwdarr, .horbaritem-selected .fwdarr	{
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.subframe	{
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	margin: 2px;
	position: relative;
	left: -3;
	padding: 10px 15px 10px 15px;
	width: auto;
}

.submenuitem, .submenuitem-selected	{
	color: #000;
	text-align: left;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.submenuitem a, .submenuitem-selected a	{
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}

.submenuitem a:link, .submenuitem a:visited, .submenuitem a:active	{
	color: #000;
	text-decoration: none;
}

.submenuitem-selected a:link, .submenuitem-selected a:visited, .submenuitem-selected a:active	{
	color: #000;
	text-decoration: none;
}

.submenuitem a:hover, .submenuitem-selected a:hover {
	color: #666;
	text-decoration: none;
}

.submenuitem .fwdarr, .submenuitem-selected .fwdarr	{
	position: absolute;
	top: 8px;
	right: 1px;
}

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


