input.input#search {
background: url(images/searchbkgnd.gif) top left no-repeat;
border: 0;
width: 180px;
padding: 3px 10px 4px 20px;
font-size:12px;
}

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

.horbaritem	{
	float: left;
	
	font-family: verdana;
	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;
}

.verbar	{
	position: absolute; left:80px; top: 215px; 
		width: 146px; max-width: 146px;
		display: block; z-index: 50;

	color: #000000;
	background-color: none;
	border: none;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 2px outset #cecac1; z-index:51;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #e8e3de; z-index:51;
}

.item	{


	text-align: left;
	font-family: verdana;
	font-size: 13px;
	line-height: 22px;
border-bottom: 1px #dab9aa dotted;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

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

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

.item a:hover	{
	color: #800000;
	background-color: #ebb;
	text-decoration: none;
}

.item a:active	{
	color: #800000;
	text-decoration: none;
}

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

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

