.horbar	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration : none;
}

.horbaritem	{
	white-space: nowrap;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: 900;
    line-height : 24px
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #FFFFFF;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #FFFFFF;
    background-color: #562F5F;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.verbar	{
	background-color: #2F73B3;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
}

.item	{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration : none;
    background-color: #9B78A2;
	white-space: nowrap;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #FFFFFF;
	text-decoration: none;
}

.item a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}

.item a:hover	{
	color: #FFFFFF;
	background-color: #562F5F;
	text-decoration: none;
}

.item a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 10px;
	right: 10px;
}

.separator	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #58AEE1;
	padding: 0px 0px 0px 0px;	/* top right bottom left */
}

