.horbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
}

/* main box */
.verbar	{
	color: #876b08;
	background: url(assets/bg_nav.gif) repeat-y;
	width: 100%;
	padding: 10px 0;
	}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #385CA8;
	border: 1px solid #fff;
}

.item	{

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #876b08;
	font-weight: bold;
}

.item a	{	display: block; text-decoration: none; height: 20px; padding-top: 2px; color: #000; 	padding-left: 15px;
}
.item a:link		{color: #000;}
.item a:visited	{color: #000;}
.item a:hover		{ color: #fff !important; background-image: url(assets/bg_sub.gif); background-repeat: repeat-y;}
.item a:active	{ color: #000;}

.subframe .item	{
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	padding-left: 5px;
	}
.subframe .item a	{	margin-display: block; text-decoration: none; height: 20px; padding-top: 1px;}
.subframe .item a:link		{ color: #ccc;}
.subframe .item a:visited	{ color: #ccc;}
.subframe .item a:hover		{ color: #fff !important; background-color: #385CA8;}
.subframe .item a:active	{ color: #aaa;}

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

.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;
}

