.horbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}
/* this is for top names in menu bar*/
.horbaritem	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #000000;
}

.horbaritem a:visited	{
	color: #000000;
}

/* this is for top menu color*/
.horbaritem a:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;

}


.horbaritem a:active	{
	color: #ff0000;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}


.subframe	{
	position: relative;
	display: block;
	background-color: #FFA300;
	border: 2px outset #cecac1;
}

.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none

}
/* imp*/
.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
}

.item a:visited	{
	color: #000000;
}

/* this is for white color in sub menu*/
.item a:hover	{
	color: #4b6983;
	background-color: #ffffff;
}

.item a:active	{
	color: #ff0000;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

